Skip to content

Commit e34da43

Browse files
Added 3.2.2 to breaking changes info
1 parent e8fc374 commit e34da43

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
@@ -45,7 +45,8 @@ public static class SmartStoreVersion
4545
new Version("3.1"),
4646
new Version("3.1.5"),
4747
new Version("3.2"),
48-
new Version("3.2.1")
48+
new Version("3.2.1"),
49+
new Version("3.2.2")
4950
};
5051

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

0 commit comments

Comments
 (0)