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

Commit b157fb2

Browse files
committed
[Release 0.13.0] pre-tag commit
1 parent 77f80f5 commit b157fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/minimesos

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
MINIMESOS_TAG="latest"
5+
MINIMESOS_TAG="0.13.0"
66
PARAMS="$@"
77
MINIMESOS_CLI_IMAGE="containersol/minimesos-cli"
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs=-Xmx1024M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
release.useAutomaticVersion = false
3-
version=0.12.1
3+
version=0.13.0
44
# faster builds: gradle build -x findBugsM
55

0 commit comments

Comments
 (0)