Skip to content

Commit

Permalink
Open dev for 0.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnyasse committed Sep 3, 2016
1 parent b6c09d3 commit c02f7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- DOCKER_COMPOSE_VERSION=1.8.0

# LED build version - also used to tag github repo and docker hub image
- VERSION=0.2.0
- VERSION=0.2.1-SNAPSHOT

services:
- docker
Expand Down
4 changes: 2 additions & 2 deletions bin/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ then
git fetch origin
git pull origin master

GIT_TAG=$VERSION-${TRAVIS_COMMIT:0:12}

#GIT_TAG=$VERSION-${TRAVIS_COMMIT:0:12}
GIT_TAG=$VERSION

#git add -u
#git commit -m "Update from TravisCI build $TRAVIS_BUILD_NUMBER"
Expand Down

0 comments on commit c02f7bb

Please sign in to comment.