From 4606d202ce1b4bcb503209d8330a9f72d8dab2ca Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Sun, 17 Apr 2022 21:31:58 +0430 Subject: [PATCH] tools: Upver to 1.2.1 --- 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 b5274a3..97bba86 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save, save_session # # Exported variables (internal configuration) # -version = "1.2.0" +version = "1.2.1" 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