From 3df2030f1e81c629f8a1446c6b3461f304705f7b Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Sat, 3 May 2025 19:32:58 -0600 Subject: [PATCH] version bump --- fclauncher/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fclauncher/app.go b/fclauncher/app.go index cd9ae43..5b29450 100644 --- a/fclauncher/app.go +++ b/fclauncher/app.go @@ -17,7 +17,7 @@ import ( ) const client_id string = "9305aeb8-5ecb-4e7a-b28f-c33aefcfbd8d" -const client_version string = "0.0.4" +const client_version string = "0.0.5" type LauncherMetadata struct { Schema_Version string