aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-07 22:15:47 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-07 22:15:47 +0530
commitafe4affa7e543b9a1ddd72efd7e2ab60f8c50317 (patch)
tree49b0cce3f6db3afb6dac90ef0910d79f0ed6cfb2 /main.go
parent64fec78076a44ca63274a134fcbfc641e414bae9 (diff)
added additional firm details printed on invoicev0.7.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 d5ca7da..0ca97b0 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.6.1"
+const OPENBILLS_VERSION = "v0.7.0"
func init() {
if !viper.GetBool("debug_mode") {