From 540103e7ccb9d3a4353aac527b6a943c79e5da4a Mon Sep 17 00:00:00 2001 From: Michael Herzog Date: Fri, 10 May 2019 15:11:28 +0200 Subject: [PATCH] Added 3.2.0 to breaking changes info --- src/Libraries/SmartStore.Core/SmartStoreVersion.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs index 75f292f08f..983145845e 100644 --- a/src/Libraries/SmartStore.Core/SmartStoreVersion.cs +++ b/src/Libraries/SmartStore.Core/SmartStoreVersion.cs @@ -43,8 +43,9 @@ public static class SmartStoreVersion new Version("2.5"), new Version("3.0"), new Version("3.1"), - new Version("3.1.5") - }; + new Version("3.1.5"), + new Version("3.2") + }; private const string HELP_BASEURL = "https://docs.smartstore.com/display/";