Skip to content

Commit 540103e

Browse files
Added 3.2.0 to breaking changes info
1 parent c0455fa commit 540103e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Libraries/SmartStore.Core/SmartStoreVersion.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ public static class SmartStoreVersion
4343
new Version("2.5"),
4444
new Version("3.0"),
4545
new Version("3.1"),
46-
new Version("3.1.5")
47-
};
46+
new Version("3.1.5"),
47+
new Version("3.2")
48+
};
4849

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

0 commit comments

Comments
 (0)