We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe615 commit 0c6885eCopy full SHA for 0c6885e
1 file changed
pmcenter/Vars.cs
@@ -20,7 +20,7 @@ namespace pmcenter
20
public static class Vars
21
{
22
public readonly static string AsciiArt = " __ \n ____ ____ ___ ________ ____ / /____ _____\n / __ \\/ __ `__ \\/ ___/ _ \\/ __ \\/ __/ _ \\/ ___/\n / /_/ / / / / / / /__/ __/ / / / /_/ __/ / \n / .___/_/ /_/ /_/\\___/\\___/_/ /_/\\__/\\___/_/ \n/_/ ";
23
- public readonly static Version AppVer = new Version("2.0.721.35");
+ public readonly static Version AppVer = new Version("2.0.2.0");
24
public readonly static string AppExecutable = Assembly.GetExecutingAssembly().Location;
25
public readonly static string AppDirectory = Path.GetDirectoryName(AppExecutable);
26
public static string ConfFile = Path.Combine(AppDirectory, "pmcenter.json");
0 commit comments