aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 20:59:08 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 20:59:08 +0530
commit99aee928a64649be75c4698b8e856e3ea05bc695 (patch)
tree82ae701e75935560e1c69cc2b329d4262987ffcc /main.go
parent9b43fb9988e53a579fd9dffbdc890b0817f575c2 (diff)
renamed customer.ShippingAddresses to customer.ShippingAddressv0.17.2
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 a2de7b1..b44db5b 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.17.1"
+const OPENBILLS_VERSION = "v0.17.2"
func init() {
if !viper.GetBool("debug_mode") {