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."""