Skip to content

Commit

Permalink
Increased minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshelev committed May 16, 2023
1 parent 19edb19 commit 1c46053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Nop.Core/NopVersion.cs
Expand Up @@ -13,7 +13,7 @@ public static class NopVersion
/// <summary>
/// Gets the minor store version
/// </summary>
public const string MINOR_VERSION = "2";
public const string MINOR_VERSION = "3";

/// <summary>
/// Gets the full store version
Expand Down

0 comments on commit 1c46053

Please sign in to comment.