From d51f58b8fea22c9dfd64f3a1665d1994697dfa94 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 3 Dec 2023 19:23:51 +0530 Subject: auto-generate invoice number --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 6595c7c..71abb27 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.1.0" +const OPENBILLS_VERSION = "v0.2.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3