From 37fec5e9e7ef24c4f682bf5103b9d0bd6769ce8b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 10 Oct 2025 19:45:51 +0530 Subject: using gorm full save associations to also save the billing address --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 9ea1416..9da4fde 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.13.1" +const OPENBILLS_VERSION = "v0.13.2" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3