Skip to content

Commit dda76e7

Browse files
Added 4.2.0 to breaking changes info
1 parent bb85722 commit dda76e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Libraries/SmartStore.Core/SmartStoreVersion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public static class SmartStoreVersion
4949
new Version("4.0.0"),
5050
new Version("4.0.1"),
5151
new Version("4.1.0"),
52-
new Version("4.1.1")
52+
new Version("4.1.1"),
53+
new Version("4.2.0")
5354
};
5455

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

0 commit comments

Comments
 (0)