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 Feb 6, 2023
1 parent b6026e2 commit c1a83e6
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 = "1";
public const string MINOR_VERSION = "2";

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

0 comments on commit c1a83e6

Please sign in to comment.