aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-13 01:32:27 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-13 01:32:27 +0530
commit0f435049cb3cc6900d881c5dce43bec3a1e60e2e (patch)
tree374950fba5605ea8411da428ac94b1deef4e2809 /main.go
parentfb9ba155438100f295fdb563ad955151ee038ad3 (diff)
added item variantsHEADv0.22.0master
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 85c85f3..4538dfe 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.21.0"
+const OPENBILLS_VERSION = "v0.22.0"
func init() {
if !viper.GetBool("debug_mode") {