bump version to 1.3

pull/5/head
Miepee 4 years ago committed by GitHub
parent 97707edd03
commit b4b98ed1f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ namespace AM2RPortHelper
{ {
internal static class Program internal static class Program
{ {
private const string version = "1.2"; private const string version = "1.3";
private static readonly string tmp = Path.GetTempPath(); private static readonly string tmp = Path.GetTempPath();
private static readonly string currentDir = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory); private static readonly string currentDir = Path.GetDirectoryName(AppDomain.CurrentDomain.BaseDirectory);
private static readonly string utilDir = currentDir + "/utils"; private static readonly string utilDir = currentDir + "/utils";

Loading…
Cancel
Save