From 2f239481cdd750c2cbe85b012bdeb69841298c42 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 14 Oct 2025 07:40:58 +0530 Subject: returning 'invalid quantity' error instead of 'invalid gst' in case of invalid quantity --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3