Skip to content

Commit

Permalink
Fix appveyor artefact regex
Browse files Browse the repository at this point in the history
  • Loading branch information
hebaishi committed Apr 27, 2016
1 parent 1231e30 commit f74c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ deploy:
description: 'Windows release'
auth_token:
secure: TkgB1ClpbVUS+9ijNYIAo2UmcULYOSeEkMbu4Ydo8nrmlmkNTq9+GqcBzAQnU+nC
artifact: gtf2tab
artifact: gtf2tab\gtf2tab_win.zip
on:
appveyor_repo_tag: true
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 = 14;
const int PATCH = 15;
}

0 comments on commit f74c535

Please sign in to comment.