We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1a92c commit a17f341Copy full SHA for a17f341
src/Libraries/SmartStore.Core/SmartStoreVersion.cs
@@ -48,7 +48,8 @@ public static class SmartStoreVersion
48
new Version("3.2.2"),
49
new Version("4.0.0"),
50
new Version("4.0.1"),
51
- new Version("4.1.0")
+ new Version("4.1.0"),
52
+ new Version("4.1.1")
53
};
54
55
private const string HELP_BASEURL = "https://docs.smartstore.com/display/";
0 commit comments