From 5779a7a376690c492e6f99a2ddefb87f5b3fe340 Mon Sep 17 00:00:00 2001 From: cosmii02 Date: Fri, 22 Nov 2024 14:49:44 +0200 Subject: [PATCH] 0.6.2 commit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 37d0bde..fa5b6c5 100644 --- a/Program.cs +++ b/Program.cs @@ -7,7 +7,7 @@ namespace RacingDSX { public class Program { - public const String VERSION = "0.6.2-a1"; + public const String VERSION = "0.6.2"; [STAThread] static void Main(string[] args)