aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 19:23:51 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 19:23:51 +0530
commitd51f58b8fea22c9dfd64f3a1665d1994697dfa94 (patch)
tree59d08944268d372a0b8df131552fb8e3431f2213 /main.go
parent9df37d57e454c49b2c55418ad53b6d49a2be2589 (diff)
auto-generate invoice numberv0.2.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 6595c7c..71abb27 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.1.0"
+const OPENBILLS_VERSION = "v0.2.0"
func init() {
if !viper.GetBool("debug_mode") {