Skip to content

Commit

Permalink
Increment Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Adv GTAW committed Feb 5, 2023
1 parent 60cdb4d commit 144353a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assistant/Controllers/AppController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Assistant.Controllers
{
public static class AppController
{
public const string AssemblyVersion = "4.1.5";
public const string AssemblyVersion = "4.1.6";
public static readonly string Version = $"v{AssemblyVersion}";
public const bool IsBetaVersion = false;
public static bool CanFollowSystemColor = false;
Expand Down
2 changes: 1 addition & 1 deletion Parser/Controllers/ProgramController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Parser.Controllers
{
public static class ProgramController
{
public const string AssemblyVersion = "4.1.5";
public const string AssemblyVersion = "4.1.6";
public static readonly string Version = $"v{AssemblyVersion}";
public const bool IsBetaVersion = false;
public const string ParameterPrefix = "--";
Expand Down

0 comments on commit 144353a

Please sign in to comment.