From dc2ed72c3db40684f76acf9b5e71597d6da8fbbd Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 2 Dec 2023 15:47:19 +0530 Subject: add customer contact info to invoice --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 1a8b655..a1d3e32 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.13" +const OPENBILLS_VERSION = "v0.0.14" func init() { if viper.GetBool("production_mode") { -- cgit v1.2.3