diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:45:51 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:45:51 +0530 | 
| commit | 37fec5e9e7ef24c4f682bf5103b9d0bd6769ce8b (patch) | |
| tree | 395cd9befca67ecdea5028a9442c3e9f28e21cc0 /main.go | |
| parent | 05268541100f11b3a0e089adcc1bbb591f4579de (diff) | |
using gorm full save associations to also save the billing addressv0.13.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.13.1" +const OPENBILLS_VERSION = "v0.13.2"  func init() {  	if !viper.GetBool("debug_mode") {  |