Version 1.5.0 released

This commit is contained in:
Connection Refused
2020-08-28 10:36:08 +08:00
committed by GitHub
parent bb3bfaaffc
commit 91a0ad5424

View File

@@ -15,7 +15,7 @@ namespace Netch.Controllers
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";
public const string Version = @"1.4.12";
public const string Version = @"1.5.0";
public string LatestVersionNumber;
public string LatestVersionUrl;
@@ -64,4 +64,4 @@ namespace Netch.Controllers
}
}
}
}
}