diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-14 12:27:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-14 12:27:40 +0530 |
commit | eb1cdae78162d0bf6ef8caf56197d3696085f54b (patch) | |
tree | 4807fb01ee66353240830cab281d25e11bdfe43f /main.go | |
parent | 2f239481cdd750c2cbe85b012bdeb69841298c42 (diff) |
generating a new refresh token when it's close to expiryv0.24.0
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.23.1" +const OPENBILLS_VERSION = "v0.24.0" func init() { if !viper.GetBool("debug_mode") { |