diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 17:29:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 17:29:30 +0530 |
commit | b0f5cefba592f6bc7166cdd5d83899dc2bbcb355 (patch) | |
tree | a14584ac41b4d9915813db7c63c95248cf8c3dab /main.go | |
parent | 19c79de205674b0932b13162e779b311ac93444b (diff) |
added refresh token versioningv0.12.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.11.1" +const OPENBILLS_VERSION = "v0.12.0" func init() { if !viper.GetBool("debug_mode") { |