aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 21:06:36 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 21:06:36 +0530
commit997b038761b8dd606e4041d8c8dc8bbf6f036033 (patch)
tree156bab13e8c2566e67df43189a612b7cebccda14 /main.go
parent99aee928a64649be75c4698b8e856e3ea05bc695 (diff)
Removed Brand and added BrandName and Category as item fieldsv0.18.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 b44db5b..7f57af9 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.17.2"
+const OPENBILLS_VERSION = "v0.18.0"
func init() {
if !viper.GetBool("debug_mode") {