From 5bb176d286d818ad19792938cd538f104c72fcd1 Mon Sep 17 00:00:00 2001 From: Frank Scholten Date: Thu, 4 Aug 2016 13:14:02 +0200 Subject: [PATCH] [Release 0.10.1] pre-tag commit --- bin/minimesos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/minimesos b/bin/minimesos index 2bba3f83..4cfa8fdd 100644 --- a/bin/minimesos +++ b/bin/minimesos @@ -1,6 +1,6 @@ #!/usr/bin/env bash -MINIMESOS_TAG="latest" +MINIMESOS_TAG="0.10.1" DOCKER_BIN="$(command -v docker)" PARAMS="$@" MINIMESOS_CLI_IMAGE="containersol/minimesos-cli"