Skip to content

Commit

Permalink
Reintroduce appveyor artecfact regex by name
Browse files Browse the repository at this point in the history
  • Loading branch information
hebaishi committed Apr 27, 2016
1 parent e337960 commit f550b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ deploy:
description: 'Windows release'
auth_token:
secure: TkgB1ClpbVUS+9ijNYIAo2UmcULYOSeEkMbu4Ydo8nrmlmkNTq9+GqcBzAQnU+nC
artifact: gtf2tab_win.zip
draft: false
prerelease: false
on:
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace VERSION {
const int MAJOR = 0;
const int MINOR = 1;
const int PATCH = 16;
const int PATCH = 17;
}

0 comments on commit f550b9b

Please sign in to comment.