From 86cc464f45ebbf1d209ab2f80cb9c02ab770aec4 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 26 Nov 2024 21:02:56 -0700 Subject: [PATCH] version 0.0.2 --- fclauncher/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fclauncher/app.go b/fclauncher/app.go index c173a84..fbf076e 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.1" +const client_version string = "0.0.2" type LauncherMetadata struct { Schema_Version string