From 029fe2c7a3532bc3bf435f257cdade240c8f3568 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 12 Oct 2025 23:28:54 +0530 Subject: added get single item route --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 26982d8..3cfb23f 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.20.0" +const OPENBILLS_VERSION = "v0.21.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3