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

Commit

Permalink
修复“修复刚刚那个 ”刚刚修复的那个 bug“的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz authored Apr 15, 2018
1 parent 0bb7629 commit e9a802e
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 @@ -56,7 +56,7 @@ static void Main(string[] args)
{
string Author = "asd";
string ProgramTitle = "osu! 镜像下载客户端";
string CurDLClientVer = "b20180415.1";
string CurDLClientVer = "b20180415.2";
string InstallPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "osu!");
string[] License = null;
if (File.Exists("License"))
Expand Down

0 comments on commit e9a802e

Please sign in to comment.