Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
[Gradle Release Plugin] - new version commit: '0.9.2'.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Jul 21, 2016
1 parent 029aecd commit 52b02d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/minimesos
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

MINIMESOS_TAG="0.9.1"
MINIMESOS_TAG="latest"
DOCKER_BIN="$(command -v docker)"
PARAMS="$@"
MINIMESOS_CLI_IMAGE="containersol/minimesos-cli"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx1024M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
release.useAutomaticVersion = true
version=0.9.1
version=0.9.2
# faster builds: gradle build -x findBugsM

0 comments on commit 52b02d7

Please sign in to comment.