aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-06 10:27:33 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-06 10:27:33 +0530
commit64fec78076a44ca63274a134fcbfc641e414bae9 (patch)
treeb18ece18cd1e2192b5402922088502037ff852cb /main.go
parente616df98557fe57fc942c360f03f7fafbdb965bd (diff)
added FirmName to userv0.6.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 ff12523..d5ca7da 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.6.0"
+const OPENBILLS_VERSION = "v0.6.1"
func init() {
if !viper.GetBool("debug_mode") {