From 30f437b7ac84f569a09efed0e2305ae5693229f9 Mon Sep 17 00:00:00 2001 From: cosmii02 Date: Fri, 6 Oct 2023 20:12:13 +0300 Subject: [PATCH] Update Program.cs --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index e5afe39..5776270 100644 --- a/Program.cs +++ b/Program.cs @@ -7,7 +7,7 @@ namespace ForzaDSX { public class Program { - public const String VERSION = "0.5.6-RC1"; + public const String VERSION = "0.5.7"; [STAThread] static void Main(string[] args)