We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708be49 commit a936815Copy full SHA for a936815
appveyor.yml
@@ -3,7 +3,7 @@
3
#---------------------------------#
4
5
# version format
6
-version: 0.13.0.{build}
+version: 0.13.1.{build}
7
8
# branches to build
9
branches:
build/common.props
@@ -32,7 +32,7 @@
32
33
<Major>0</Major>
34
<Minor>13</Minor>
35
- <Revision>0</Revision>
+ <Revision>1</Revision>
36
37
<BuildNumber Condition=" '$(APPVEYOR_BUILD_NUMBER)' != '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
38
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
0 commit comments