Skip to content

Commit a17f341

Browse files
Added 4.1.1 to breaking changes info
1 parent ad1a92c commit a17f341

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
@@ -48,7 +48,8 @@ public static class SmartStoreVersion
4848
new Version("3.2.2"),
4949
new Version("4.0.0"),
5050
new Version("4.0.1"),
51-
new Version("4.1.0")
51+
new Version("4.1.0"),
52+
new Version("4.1.1")
5253
};
5354

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

0 commit comments

Comments
 (0)