diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 21:06:36 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 21:06:36 +0530 | 
| commit | 997b038761b8dd606e4041d8c8dc8bbf6f036033 (patch) | |
| tree | 156bab13e8c2566e67df43189a612b7cebccda14 /main.go | |
| parent | 99aee928a64649be75c4698b8e856e3ea05bc695 (diff) | |
Removed Brand and added BrandName and Category as item fieldsv0.18.0
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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") {  |