From d55d43bb4ac0b3114c54a4dd5a1e53c76a3df3a2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 10 Oct 2025 19:27:42 +0530 Subject: properly editing customer details --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 90d5d3a..24e3ab9 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.12.0" +const OPENBILLS_VERSION = "v0.13.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3