diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 13:38:07 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 13:38:07 +0530 |
commit | fd863aadf34b9837bd77587c1d36eb49000a8de7 (patch) | |
tree | c1ba13e609134451b8956b92f618d5e36c272839 /main.go | |
parent | a356803594ab36fa69e7dbcbd79261d8b46f4262 (diff) |
moved shipping address and billing address to the customers table itselfv0.20.0
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.19.0" +const OPENBILLS_VERSION = "v0.20.0" func init() { if !viper.GetBool("debug_mode") { |