forgot to update version to latest

This commit is contained in:
Tickbase
2025-03-02 19:53:14 +01:00
committed by GitHub
parent 63857abb40
commit f9e7c2f614

View File

@@ -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
pass