From 0f435049cb3cc6900d881c5dce43bec3a1e60e2e Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 13 Oct 2025 01:32:27 +0530 Subject: added item variants --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 85c85f3..4538dfe 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.21.0" +const OPENBILLS_VERSION = "v0.22.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3