From eb1cdae78162d0bf6ef8caf56197d3696085f54b Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 14 Oct 2025 12:27:40 +0530 Subject: generating a new refresh token when it's close to expiry --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index ec24e12..8dc0c7d 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.23.1" +const OPENBILLS_VERSION = "v0.24.0" func init() { if !viper.GetBool("debug_mode") { -- cgit v1.2.3