From 99aee928a64649be75c4698b8e856e3ea05bc695 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Oct 2025 20:59:08 +0530 Subject: renamed customer.ShippingAddresses to customer.ShippingAddress --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3