From 8a47978ca17d2f251d67d12b0e34fa26bb1e4ace Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Oct 2025 19:37:40 +0530 Subject: allowing duplicate fields in customers, doesn't matter that much --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3