aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-02 15:47:19 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-02 15:47:19 +0530
commitdc2ed72c3db40684f76acf9b5e71597d6da8fbbd (patch)
tree0f2a6f25f5dfd001a2c16358cdf43f66ce25bee7 /main.go
parent48845b9e703756471a98f8b1f1edaa2313763df4 (diff)
add customer contact info to invoicev0.0.14
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 1a8b655..a1d3e32 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.13"
+const OPENBILLS_VERSION = "v0.0.14"
func init() {
if viper.GetBool("production_mode") {