aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-12 13:38:07 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-12 13:38:07 +0530
commitfd863aadf34b9837bd77587c1d36eb49000a8de7 (patch)
treec1ba13e609134451b8956b92f618d5e36c272839 /main.go
parenta356803594ab36fa69e7dbcbd79261d8b46f4262 (diff)
moved shipping address and billing address to the customers table itselfv0.20.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 d49579b..26982d8 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.19.0"
+const OPENBILLS_VERSION = "v0.20.0"
func init() {
if !viper.GetBool("debug_mode") {