From 3fb24ea2857f7821ba323f72d6cf190dd0484083 Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Wed, 6 Sep 2017 22:10:48 +0200 Subject: [PATCH] Bump version to 3.2.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- download.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0431dbb..24e8f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.2.1 (2017-09-06) + * Fix non-accelerated mounts if acceleration is enabled in general ## 3.2.0 (2017-08-01) diff --git a/README.md b/README.md index cc83a5e..fed8899 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ Please see [www.craneup.tech](https://www.craneup.tech?utm_source=github&utm_med ## Installation -The latest release is 3.2.0 and requires Docker >= 1.10. +The latest release is 3.2.1 and requires Docker >= 1.10. Please have a look at the [changelog](https://github.com/michaelsauter/crane/blob/master/CHANGELOG.md) when upgrading. The free version can be installed via: ``` -bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.2.0/download.sh`" && \ +bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.2.1/download.sh`" && \ mv crane /usr/local/bin/crane ``` diff --git a/download.sh b/download.sh index 5727c8f..a91b3a4 100755 --- a/download.sh +++ b/download.sh @@ -2,7 +2,7 @@ # Set version to latest unless set by user if [ -z "$VERSION" ]; then - VERSION="3.2.0" + VERSION="3.2.1" fi echo "Downloading version ${VERSION}..."