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 91c5b32 commit 61805a8Copy full SHA for 61805a8
appveyor.yml
@@ -3,18 +3,15 @@
3
#---------------------------------#
4
5
# version format
6
-version: 1.0.0.{build}
+version: 1.1.0.{build}
7
8
# version suffix, if any (e.g. '-RC1', '-beta' otherwise '')
9
environment:
10
- version_suffix: '-RC1'
+ version_suffix: ''
11
12
# Do not build on tags (GitHub and BitBucket)
13
skip_tags: true
14
15
-# Maximum number of concurrent jobs for the project
16
-max_jobs: 1
17
-
18
19
# environment configuration #
20
0 commit comments