FIX: Fix bug version parse

This commit is contained in:
2025-09-26 10:06:49 +07:00
parent 1f9c95d6ac
commit 1e17f76340
2 changed files with 12 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ const ProxyZipFile = "64bit.zip"
const LauncherFile = "firefly-launcher.exe"
const TempUrl = "./temp"
const CurrentLauncherVersion = "1.7.1"
const CurrentLauncherVersion = "1.8.0"
type ToolFile string