aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 16:59:38 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 16:59:38 +0530
commit19c79de205674b0932b13162e779b311ac93444b (patch)
tree1d0de70fced70bced0acbea3cece8c74da98c3e0 /main.go
parenta0815a7c175513228af8adcef173dda8873262ab (diff)
increment version numberv0.11.1
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 f3f8e31..6d2ef53 100644
--- a/main.go
+++ b/main.go
@@ -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") {