Skip to content

Commit

Permalink
System: Preparing for another release
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Sep 22, 2022
1 parent 0db018d commit bb2096a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions J-Runner/Classes/variables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ public enum Windows
W10_11
}

public static string version = "3.2.1 Beta";
public static string version = "3.2.1";
public static string build = "3210." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.2.1.0";
public static int revision = 26;
public static int revision = 27;
public static Windows currentOS = Windows.Unknown;
public static bool iswriting;
public static bool isscanningip = false;
Expand Down
2 changes: 1 addition & 1 deletion J-Runner/Resources/Build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
09-22-2022 01:41:28
09-22-2022 23:39:22

0 comments on commit bb2096a

Please sign in to comment.