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 e2593cc commit ec962b0Copy full SHA for ec962b0
appveyor.yml
@@ -3,7 +3,7 @@
3
#---------------------------------#
4
5
# version format
6
-version: 0.13.4.{build}
+version: 0.13.5.{build}
7
8
# branches to build
9
branches:
build/common.props
@@ -37,7 +37,7 @@
37
38
<Major>0</Major>
39
<Minor>13</Minor>
40
- <Revision>4</Revision>
+ <Revision>5</Revision>
41
42
<BuildNumber Condition=" '$(APPVEYOR_BUILD_NUMBER)' != '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
43
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
0 commit comments