From 098f64451aa468931c2e38f4172ad57323cbe136 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Fri, 26 May 2023 11:17:03 +0800 Subject: [PATCH] version up --- Server/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Program.cs b/Server/Program.cs index 8e02d63..b7371da 100644 --- a/Server/Program.cs +++ b/Server/Program.cs @@ -11,7 +11,7 @@ public class Program /// public const string ProjectName = "Flower Story"; /// - public const string Version = "0.23.523"; + public const string Version = "0.3.526"; /// public static void Main(string[] args)