From 2b7ebfb4e6cb649c522db5cae4fe40e67e942fee Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 10 Feb 2026 21:46:46 +0700 Subject: [PATCH] UPDATE: Handler for 4.0 --- 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 c2da17f..4bdc8b8 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -10,7 +10,7 @@ const ProxyFile = "firefly-go-proxy.exe" const LauncherFile = "firefly-launcher.exe" const TempUrl = "./temp" -const CurrentLauncherVersion = "2.3.5" +const CurrentLauncherVersion = "2.4.0" type ToolFile string