aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-14 12:27:40 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-14 12:27:40 +0530
commiteb1cdae78162d0bf6ef8caf56197d3696085f54b (patch)
tree4807fb01ee66353240830cab281d25e11bdfe43f /main.go
parent2f239481cdd750c2cbe85b012bdeb69841298c42 (diff)
generating a new refresh token when it's close to expiryv0.24.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ec24e12..8dc0c7d 100644
--- a/main.go
+++ b/main.go
@@ -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") {