aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-12 23:28:54 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-12 23:28:54 +0530
commit029fe2c7a3532bc3bf435f257cdade240c8f3568 (patch)
treee4b0488af6b867e3065a11af8d706d139c7176a9 /main.go
parentfd863aadf34b9837bd77587c1d36eb49000a8de7 (diff)
added get single item routev0.21.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 26982d8..3cfb23f 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.20.0"
+const OPENBILLS_VERSION = "v0.21.0"
func init() {
if !viper.GetBool("debug_mode") {