Skip to content

Commit

Permalink
Added 4.2.0 to breaking changes info
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Herzog committed Dec 17, 2021
1 parent bb85722 commit dda76e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Libraries/SmartStore.Core/SmartStoreVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public static class SmartStoreVersion
new Version("4.0.0"),
new Version("4.0.1"),
new Version("4.1.0"),
new Version("4.1.1")
new Version("4.1.1"),
new Version("4.2.0")
};

private const string HELP_BASEURL = "https://docs.smartstore.com/display/";
Expand Down

0 comments on commit dda76e7

Please sign in to comment.