From f169571cffeb3ac0404d56ac01ece90c33338113 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Dec 2023 20:53:42 +0530 Subject: setting invoice number as 1 if no invoices exist --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 71abb27..dd961cf 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.2.0" +const OPENBILLS_VERSION = "v0.2.1" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3