Browse Source

Remove "v" from AppVeyor version number (we can re-add it when setting the version via PS)

af/merge-core
Jeavon 10 years ago
parent
commit
1cc7c334f0
  1. 2
      appveyor.yml

2
appveyor.yml

@ -1,4 +1,4 @@
version: v1.0.0.{build}
version: 1.0.0.{build}
os: Visual Studio 2015
init:

Loading…
Cancel
Save