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));