Skip to content

Commit 9ae7bb7

Browse files
committed
Bumped minor
1 parent bbea53f commit 9ae7bb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.0.{build}
1+
version: 4.1.{build}
22
os: Visual Studio 2017
33
clone_depth: 2
44
configuration: Release
@@ -54,7 +54,7 @@ deploy:
5454
draft: true
5555
on:
5656
appveyor_repo_tag: true
57-
57+
5858
notifications:
5959
- provider: Slack
6060
auth_token:

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>4.0.0</VersionPrefix>
4+
<VersionPrefix>4.1.0</VersionPrefix>
55
<VersionSuffix>dev</VersionSuffix>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)