aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 19:37:40 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 19:37:40 +0530
commit8a47978ca17d2f251d67d12b0e34fa26bb1e4ace (patch)
tree230669efabbbeb405ce316b0d70b80c1fe55a1ed /main.go
parenta735e0fbe865984c8e76777e34731610ed5e4509 (diff)
allowing duplicate fields in customers, doesn't matter that muchv0.16.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 92c1b0a..bfa17d4 100644
--- a/main.go
+++ b/main.go
@@ -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") {