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 Jan 30, 2024
1 parent cafd4c5 commit 630846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Libraries/Nop.Core/NopVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class NopVersion
/// <summary>
/// Gets the minor store version
/// </summary>
public const string MINOR_VERSION = "5";
public const string MINOR_VERSION = "6";

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

0 comments on commit 630846f

Please sign in to comment.