From cba9f19ba50c60576a5961e89c24caefca52d740 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Sep 2023 23:39:05 +0530 Subject: deleting addresses upon customer deletion --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2ec24dc..5dda554 100644 --- a/main.go +++ b/main.go @@ -37,7 +37,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.4" +const OPENBILLS_VERSION = "v0.0.5" func init() { if viper.GetBool("production_mode") { -- cgit v1.2.3