From bb088225a27d04c8237bfcdc7658a5564e838082 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 4 Dec 2023 14:55:24 +0530 Subject: added endpoint to get an invoice's items only --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index f4392e2..21079ee 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.3.0" +const OPENBILLS_VERSION = "v0.4.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3