From 8cab20685ab7c1f5949d9c5334d5f70c4595f636 Mon Sep 17 00:00:00 2001 From: lslqtz Date: Fri, 2 Feb 2018 12:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E4=BA=86=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E3=80=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osu-download/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu-download/Program.cs b/osu-download/Program.cs index 2d4991c..0b6fe8e 100644 --- a/osu-download/Program.cs +++ b/osu-download/Program.cs @@ -43,7 +43,7 @@ static void Main(string[] args) { string Author = "asd"; string ProgramTitle = "osu! 镜像下载客户端"; - string CurDLClientVer = "b20180110.2"; + string CurDLClientVer = "b20180202.1"; string InstallPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + @"\osu!"; Console.Title = ProgramTitle; Console.WriteLine(string.Format("欢迎使用由 {0} 提供的 {1}!", Author, ProgramTitle));