From 11a96e48742643945e20c1c91212e092481ca661 Mon Sep 17 00:00:00 2001 From: Gogodr Date: Thu, 3 Aug 2023 15:19:36 -0500 Subject: [PATCH] bump version --- modules/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config.py b/modules/config.py index c72ef7d..3148368 100644 --- a/modules/config.py +++ b/modules/config.py @@ -7,7 +7,7 @@ class Config(metaclass=Singleton): - version = "1.2.6.4" + version = "1.2.6.5" debug = False id_token: str = None refresh_token: str = None