Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Mar 29, 2019
1 parent 21e5852 commit 0b541b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0
2 changes: 1 addition & 1 deletion contrib/docker/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IMAGE=hurumap
# ensure we're up to date
git pull
# bump version
docker run --rm -v "$PWD":/app treeder/bump patch
docker run --rm -v "$PWD":/app treeder/bump minor
version=`cat VERSION`
echo "version: $version"
# run build
Expand Down

0 comments on commit 0b541b4

Please sign in to comment.