todos: set appveyor.yml version git add . git commit -m "updated to {version}" call "git tag {version}" git push origin master --tags