Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
忘了更新版本号。。
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz committed Feb 2, 2018
1 parent aede5ca commit 8cab206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu-download/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 8cab206

Please sign in to comment.