tunnelkit/ci/set_version.sh

7 lines
127 B
Bash
Raw Normal View History

2018-09-23 13:25:51 +00:00
#!/bin/sh
VERSION="1.1.0"
BUILD=`git rev-list HEAD --count`
agvtool new-marketing-version $VERSION
agvtool new-version $BUILD