aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 20:53:42 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-03 20:53:42 +0530
commitf169571cffeb3ac0404d56ac01ece90c33338113 (patch)
tree6d868c4a61a80f12a48350c23dc7bc4c803ccb85 /main.go
parentd51f58b8fea22c9dfd64f3a1665d1994697dfa94 (diff)
setting invoice number as 1 if no invoices existv0.2.1
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 71abb27..dd961cf 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.2.0"
+const OPENBILLS_VERSION = "v0.2.1"
func init() {
if !viper.GetBool("debug_mode") {