aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 17:53:59 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-11 17:53:59 +0530
commita8ce35aa10c0b61458aaee8820f8c937708f1133 (patch)
treec12a3b2aecd82729d1777299a563c46ab8ba61c6 /main.go
parent37fec5e9e7ef24c4f682bf5103b9d0bd6769ce8b (diff)
properly deleting shipping addresses on customer editv0.14.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 9da4fde..b4f9476 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.13.2"
+const OPENBILLS_VERSION = "v0.14.0"
func init() {
if !viper.GetBool("debug_mode") {