aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-09 06:10:43 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-09 06:10:43 +0530
commit908fb4b2b0fd1c31aa8c1cc87f56d490b42aca7a (patch)
tree4630365d362426390a4375bf39ea3ff755aa992f /main.go
parentafe4affa7e543b9a1ddd72efd7e2ab60f8c50317 (diff)
added invoice notev0.8.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 0ca97b0..1e5c90f 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.7.0"
+const OPENBILLS_VERSION = "v0.8.0"
func init() {
if !viper.GetBool("debug_mode") {