Skip to content

Commit

Permalink
Incremented revision by 1. - v3.7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalios committed May 16, 2024
1 parent 01f7886 commit 7f41316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MidsReborn/Core/Base/Master_Classes/MidsContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ public static class MidsContext
private const int AppMajorVersion = 3;
private const int AppMinorVersion = 7;
private const int AppBuildVersion = 4;
private const int AppRevisionVersion = 2;
private const int AppRevisionVersion = 3;

public const string AssemblyVersion = "3.7.4";
public const string AssemblyFileVersion = "3.7.4.2";
public const string AssemblyFileVersion = "3.7.4.3";
public static Version AppFileVersion { get; set; } = new(AppMajorVersion, AppMinorVersion, AppBuildVersion, AppRevisionVersion);

public const string AppVersionStatus = "";
Expand Down

0 comments on commit 7f41316

Please sign in to comment.