Skip to content

Commit

Permalink
update VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rinetd committed Aug 25, 2018
1 parent ae29536 commit 8f2aa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_deploy:
- |
export BODY="Detailed release information can be found at [CHANGELOG.md $TRAVIS_TAG](https://github.com/rinetd/transfer/blob/master/CHANGELOG.md#$(echo $TRAVIS_TAG | sed -e 's/\.//g' | tr '[:upper:]' '[:lower:]'))"
export PRE_RELEASE=false
make
make VERSION=${TRAVIS_TAG}
if [[ "$TRAVIS_TAG" =~ -.+ ]]; then
export PRE_RELEASE=true
fi
Expand Down

0 comments on commit 8f2aa85

Please # to comment.