From bf3414e344e9cfbf2f48767cf7197473c4466dc7 Mon Sep 17 00:00:00 2001 From: KevinVG207 Date: Sat, 21 Sep 2024 17:00:33 +0200 Subject: [PATCH] Version bump --- umalauncher/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umalauncher/version.py b/umalauncher/version.py index 2f5c0b3..cc06c2e 100644 --- a/umalauncher/version.py +++ b/umalauncher/version.py @@ -11,7 +11,7 @@ import gui import glob -VERSION = "1.14.5" +VERSION = "1.14.6" def parse_version(version_string: str): """Convert version string to tuple."""