diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 19:37:40 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 19:37:40 +0530 | 
| commit | 8a47978ca17d2f251d67d12b0e34fa26bb1e4ace (patch) | |
| tree | 230669efabbbeb405ce316b0d70b80c1fe55a1ed /main.go | |
| parent | a735e0fbe865984c8e76777e34731610ed5e4509 (diff) | |
allowing duplicate fields in customers, doesn't matter that muchv0.16.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.15.0" +const OPENBILLS_VERSION = "v0.16.0"  func init() {  	if !viper.GetBool("debug_mode") {  |