From 7452871495d5f2564b825a41225c98431a4290bd Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Sun, 22 Jun 2025 12:20:41 +0200 Subject: [PATCH] Upver to 1.5.3 --- tools/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/__init__.py b/tools/config/__init__.py index e063af7..cea6c68 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save # # Exported variables (internal configuration) # -version = "1.5.2" +version = "1.5.3" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') -- 2.47.3