Bump version to 1.4.12

This commit is contained in:
AmazingDM
2020-07-16 10:16:56 +08:00
committed by GitHub
parent aa581b2586
commit 43ee92224a

View File

@@ -19,7 +19,7 @@ namespace Netch.Controllers
public const string Name = @"Netch";
public const string Copyright = @"Copyright © 2019 - 2020";
public const string Version = @"1.4.11";
public const string Version = @"1.4.12";
public string LatestVersionNumber;
public string LatestVersionUrl;
@@ -78,4 +78,4 @@ namespace Netch.Controllers
return resultStr;
}
}
}
}