From f9e7c2f614d45d3c286692ea9f0356788c515103 Mon Sep 17 00:00:00 2001 From: Tickbase <47538996+Novattz@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:53:14 +0100 Subject: [PATCH] forgot to update version to latest --- helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper.py b/helper.py index 49817c0..83c0194 100644 --- a/helper.py +++ b/helper.py @@ -28,7 +28,7 @@ class SteamHelper: # Create default config if it doesn't exist if not os.path.exists(config_path): default_config = { - "version": "v1.0.8", + "version": "v1.0.9", "github_repo": "Novattz/creamlinux-installer", "github_api": "https://api.github.com/repos/", "creamlinux_release": "https://github.com/anticitizn/creamlinux/releases/latest/download/creamlinux.zip", @@ -563,4 +563,4 @@ class NetworkError(Exception): class InstallationError(Exception): """Raised when installation operations fail""" - pass \ No newline at end of file + pass