aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 16:53:05 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-10 16:53:05 +0530
commit323ec9657e305cfde2d08d582071646cc0354b62 (patch)
treee6570665067cd903dd3fe6ddde2c380b6622ce67 /main.go
parent7088182873febced7c192110477a7a6b509a995d (diff)
Changed customer's Name field to FirmNamev0.11.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 34d4f4c..f3f8e31 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.10.1"
+const OPENBILLS_VERSION = "v0.11.0"
func init() {
if !viper.GetBool("debug_mode") {