From 07ac40e97ef7f2197cdc1f57315227e015082d1d Mon Sep 17 00:00:00 2001 From: Greg Thornton Date: Fri, 13 Jun 2014 12:09:24 -0500 Subject: [PATCH] Bump version --- ievms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ievms.sh b/ievms.sh index 14bd07f..c8acfae 100755 --- a/ievms.sh +++ b/ievms.sh @@ -9,7 +9,7 @@ set -o pipefail # ## Gobal Variables # The ievms version. -ievms_version="0.2.0" +ievms_version="0.2.1" # Options passed to each `curl` command. curl_opts=${CURL_OPTS:-""}