We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa610b commit 4e37284Copy full SHA for 4e37284
Directory.Build.props
@@ -2,7 +2,7 @@
2
<Project>
3
<!-- These properties will be shared for all projects -->
4
<PropertyGroup>
5
- <VersionPrefix>3.901.0</VersionPrefix>
+ <VersionPrefix>3.902.0</VersionPrefix>
6
<VersionSuffix></VersionSuffix>
7
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
8
</PropertyGroup>
src/VirtoCommerce.XRecommend.Web/module.manifest
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
<module>
<id>VirtoCommerce.XRecommend</id>
- <version>3.901.0</version>
+ <version>3.902.0</version>
<version-tag></version-tag>
<platformVersion>3.841.0</platformVersion>
0 commit comments