Skip to content

Commit 0c6885e

Browse files
committed
update app version
1 parent febe615 commit 0c6885e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pmcenter/Vars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace pmcenter
2020
public static class Vars
2121
{
2222
public readonly static string AsciiArt = " __ \n ____ ____ ___ ________ ____ / /____ _____\n / __ \\/ __ `__ \\/ ___/ _ \\/ __ \\/ __/ _ \\/ ___/\n / /_/ / / / / / / /__/ __/ / / / /_/ __/ / \n / .___/_/ /_/ /_/\\___/\\___/_/ /_/\\__/\\___/_/ \n/_/ ";
23-
public readonly static Version AppVer = new Version("2.0.721.35");
23+
public readonly static Version AppVer = new Version("2.0.2.0");
2424
public readonly static string AppExecutable = Assembly.GetExecutingAssembly().Location;
2525
public readonly static string AppDirectory = Path.GetDirectoryName(AppExecutable);
2626
public static string ConfFile = Path.Combine(AppDirectory, "pmcenter.json");

0 commit comments

Comments
 (0)