Skip to content

Commit

Permalink
Bump version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 6, 2017
1 parent d42efe0 commit 3fb24ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."
Expand Down

0 comments on commit 3fb24ea

Please sign in to comment.