diff --git a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs index 5b57af214c..b34a1f8625 100644 --- a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs +++ b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs @@ -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/";