From 87aa235bc68f487c113a587be47c30d9216952a1 Mon Sep 17 00:00:00 2001 From: qwcan Date: Thu, 11 Dec 2025 16:30:04 -0600 Subject: [PATCH] Bump version --- umalauncher/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umalauncher/version.py b/umalauncher/version.py index f4e7587..4118490 100644 --- a/umalauncher/version.py +++ b/umalauncher/version.py @@ -11,7 +11,7 @@ import gui import glob -VERSION = "1.17.13" +VERSION = "1.17.14" def parse_version(version_string: str): """Convert version string to tuple."""