From a735e0fbe865984c8e76777e34731610ed5e4509 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Oct 2025 19:35:57 +0530 Subject: only using one shipping address --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index b4f9476..92c1b0a 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.14.0" +const OPENBILLS_VERSION = "v0.15.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3