From afe4affa7e543b9a1ddd72efd7e2ab60f8c50317 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 7 Jul 2024 22:15:47 +0530 Subject: added additional firm details printed on invoice --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index d5ca7da..0ca97b0 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.6.1" +const OPENBILLS_VERSION = "v0.7.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3