From ba58d24e067f4fd6aef50f9f34d768a755bfd279 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 19 Aug 2025 22:31:20 +0700 Subject: [PATCH] FIX: fix bug constant --- pkg/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go index c7e5b3d..6c99638 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -11,7 +11,7 @@ const LauncherFile = "firefly-launcher.exe" const TempUrl = "./temp" -const CurrentLauncherVersion = "1.2.1" +const CurrentLauncherVersion = "1.3.0" type ToolFile string