Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Sep 4, 2017
1 parent b1a8dbe commit f7d76fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_DATE=$(shell date -u +"%Y-%m-%d")
AUTOBAHN_JAVA_VERSION='17.8.2'
AUTOBAHN_JAVA_VERSION='17.9.1'
AUTOBAHN_JAVA_VCS_REF='unknown'

#export AUTOBAHN_TESTSUITE_VCS_REF=`git --git-dir="../autobahn-testsuite/.git" rev-list -n 1 v${AUTOBAHN_TESTSUITE_VERSION} --abbrev-commit`
Expand Down Expand Up @@ -58,6 +58,9 @@ publish_toolchain:
docker push crossbario/autobahn-java:netty
docker push crossbario/autobahn-java:netty-${AUTOBAHN_JAVA_VERSION}

check_toolchain:
docker run -it --rm crossbario/autobahn-java:netty /bin/bash -c "ls -la /autobahn && du -hs /autobahn"

list:
-docker images crossbario/autobahn-java:*

Expand Down

0 comments on commit f7d76fd

Please sign in to comment.