aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-14 07:40:58 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-10-14 07:40:58 +0530
commit2f239481cdd750c2cbe85b012bdeb69841298c42 (patch)
treeab2e186632777200d4ba4ccf26503b1a4baa1dbe /main.go
parent9de7dcb3b45a86ee0de0e2b6f3044a859ed5ea08 (diff)
returning 'invalid quantity' error instead of 'invalid gst' in case of invalid quantityv0.23.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 6a4e938..ec24e12 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.23.0"
+const OPENBILLS_VERSION = "v0.23.1"
func init() {
if !viper.GetBool("debug_mode") {