From 11bda753c6742629f00e1a836f1626d17c6322f9 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Tue, 11 Mar 2025 15:57:54 -0600 Subject: [PATCH] version 0.0.4 --- fclauncher/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fclauncher/app.go b/fclauncher/app.go index e128f74..cd9ae43 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.3" +const client_version string = "0.0.4" type LauncherMetadata struct { Schema_Version string