From 48845b9e703756471a98f8b1f1edaa2313763df4 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 9 Oct 2023 22:11:16 +0530 Subject: checking user while adding and removing invoice items --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index a1bd010..1a8b655 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.12" +const OPENBILLS_VERSION = "v0.0.13" func init() { if viper.GetBool("production_mode") { -- cgit v1.2.3