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 12798ed commit 384d479Copy full SHA for 384d479
appveyor.yml
@@ -3,7 +3,7 @@
3
#---------------------------------#
4
5
# version format
6
-version: 0.12.0.{build}
+version: 0.12.1.{build}
7
8
# branches to build
9
branches:
build/common.props
@@ -39,7 +39,7 @@
39
40
<Major>0</Major>
41
<Minor>12</Minor>
42
- <Revision>0</Revision>
+ <Revision>1</Revision>
43
44
<BuildNumber Condition=" '$(APPVEYOR_BUILD_NUMBER)' != '' ">$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
45
<BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber>
0 commit comments