diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:59:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-11 20:59:08 +0530 |
commit | 99aee928a64649be75c4698b8e856e3ea05bc695 (patch) | |
tree | 82ae701e75935560e1c69cc2b329d4262987ffcc /main.go | |
parent | 9b43fb9988e53a579fd9dffbdc890b0817f575c2 (diff) |
renamed customer.ShippingAddresses to customer.ShippingAddressv0.17.2
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.1" +const OPENBILLS_VERSION = "v0.17.2" func init() { if !viper.GetBool("debug_mode") { |