Skip to content

Commit 54da004

Browse files
Added 3.2.1 to breaking changes info
1 parent 3d6cdbe commit 54da004

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
@@ -44,7 +44,8 @@ public static class SmartStoreVersion
4444
new Version("3.0"),
4545
new Version("3.1"),
4646
new Version("3.1.5"),
47-
new Version("3.2")
47+
new Version("3.2"),
48+
new Version("3.2.1")
4849
};
4950

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

0 commit comments

Comments
 (0)