aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 17:29:30 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 17:29:30 +0530
commitb0f5cefba592f6bc7166cdd5d83899dc2bbcb355 (patch)
treea14584ac41b4d9915813db7c63c95248cf8c3dab /main.go
parent19c79de205674b0932b13162e779b311ac93444b (diff)
added refresh token versioningv0.12.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 6d2ef53..90d5d3a 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.11.1"
+const OPENBILLS_VERSION = "v0.12.0"
func init() {
if !viper.GetBool("debug_mode") {