diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 16:59:38 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 16:59:38 +0530 |
commit | 19c79de205674b0932b13162e779b311ac93444b (patch) | |
tree | 1d0de70fced70bced0acbea3cece8c74da98c3e0 | |
parent | a0815a7c175513228af8adcef173dda8873262ab (diff) |
increment version numberv0.11.1
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.11.0" +const OPENBILLS_VERSION = "v0.11.1" func init() { if !viper.GetBool("debug_mode") { |