aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 20:57:35 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 20:57:35 +0530
commit9b43fb9988e53a579fd9dffbdc890b0817f575c2 (patch)
tree8d3a3fe68e77b6ca736aeb1efa49d2fedf604250 /main.go
parentbc154857fb5569d7c1fa9785cc891cb927a6a156 (diff)
changed /info response structurev0.17.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 9fe3f44..a2de7b1 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.17.0"
+const OPENBILLS_VERSION = "v0.17.1"
func init() {
if !viper.GetBool("debug_mode") {