Skip to content

Commit 3151a23

Browse files
committed
Bump version for new feature
1 parent f84800a commit 3151a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageOutputPath Condition="'$(PlatformName)' == 'AnyCPU'">$(BaseArtifactsPath)pkg/$(Configuration)</PackageOutputPath>
4949
<PackageOutputPath Condition="'$(PlatformName)' != 'AnyCPU'">$(BaseArtifactsPath)pkg/$(Configuration)</PackageOutputPath>
5050
<Product>Finite.Commands</Product>
51-
<VersionPrefix>0.3.0</VersionPrefix>
51+
<VersionPrefix>0.3.1</VersionPrefix>
5252
<VersionSuffix>alpha</VersionSuffix>
5353
<VersionSuffix Condition="'$(PullRequestNumber)' != ''">pr$(PullRequestNumber)</VersionSuffix>
5454
</PropertyGroup>

0 commit comments

Comments
 (0)