From 997b038761b8dd606e4041d8c8dc8bbf6f036033 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Oct 2025 21:06:36 +0530 Subject: Removed Brand and added BrandName and Category as item fields --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3