Browse Source

Fix version in AppVeyor config (GH-5124)

pull/5136/head
Zachary Ware 9 years ago
committed by GitHub
parent
commit
b216a25312
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/appveyor.yml

2
.github/appveyor.yml

@ -1,4 +1,4 @@
version: 3.7.0a0.{build}
version: 3.7build{build}
clone_depth: 5
branches:
only:

Loading…
Cancel
Save