Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 22, 2021
1 parent f78a1f5 commit def4d18
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.6.1 (2021-11-22)

## 3.6.0 (2020-07-09)

* [Feature] Accelerated mounts are now available in the free version - there is no separate pro version anymore
Expand Down
19 changes: 10 additions & 9 deletions CONTRIBUTORS
@@ -1,25 +1,26 @@
Michael Sauter <mail@michaelsauter.net>
Brice Jaglin <bjaglin@gmail.com>
rich <rich@scientificrevenue.com>
Mikhail Grachev <work@mgrachev.com>
Dreamcat4 <dreamcat4@gmail.com>
Mikhail Grachev <work@mgrachev.com>
Michal Gebauer <mishak@mishak.net>
Michał Rączka <me@michaloo.net>
Adrian Hurtado <adrianhurt@gmail.com>
Bradley Cicenas <bradley.cicenas@gmail.com>
Tomotaka SUWA <tomotaka.suwa@gmail.com>
Adrian Hurtado <adrianhurt@gmail.com>
inthroxify <inthroxify@users.noreply.github.com>
Joshua Sierles <joshua@diluvia.net>
gissehel <public-devgit-dantus@gissehel.org>
Inthroxify <13877157+inthroxify@users.noreply.github.com>
Eliran Bivas <eliran.bivas@gmail.com>
Bradley Cicenas <bradley.cicenas@gmail.com>
Mathew Davies <thepixeldeveloper@googlemail.com>
David Lefever <lefever.d@gmail.com>
Chris Rebert <github@rebertia.com>
Pierre DAL-PRA <dalpra.pierre@gmail.com>
Scott M. Likens <scott@likens.us>
Thibault Vigouroux <thibault.vigouroux@gmail.com>
Chris Rebert <github@rebertia.com>
Travis Cline <travis.cline@gmail.com>
c-nv-s <c-nv-s@users.noreply.github.com>
eggtree <eggtree@requiredhealth.org>
gissehel <public-devgit-dantus@gissehel.org>
Inthroxify <13877157+inthroxify@users.noreply.github.com>
Eliran Bivas <eliran.bivas@gmail.com>
Jesper Thomschutz <jesper@jespersaur.com>
Jesper Thomschütz <jesper@jespersaur.com>
Mathew Davies <thepixeldeveloper@googlemail.com>
Joshua Sierles <joshua@diluvia.net>
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,11 +27,11 @@ Please see [michaelsauter.github.io/crane/docs.html](https://michaelsauter.githu

## Installation

The latest release is 3.6.0 and requires Docker >= 1.13.
The latest release is 3.6.1 and requires Docker >= 1.13.
Please have a look at the [changelog](https://github.com/michaelsauter/crane/blob/master/CHANGELOG.md) when upgrading.

```
bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.6.0/download.sh`" && \
bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.6.1/download.sh`" && \
mv crane /usr/local/bin/crane
```

Expand Down
2 changes: 1 addition & 1 deletion crane/version.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
)

const Version = "3.6.0"
const Version = "3.6.1"

func printVersion() {
fmt.Printf("v%s\n", Version)
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Expand Up @@ -2,7 +2,7 @@

# Set version to latest unless set by user
if [ -z "$VERSION" ]; then
VERSION="3.6.0"
VERSION="3.6.1"
fi

echo "Downloading version ${VERSION}..."
Expand Down

0 comments on commit def4d18

Please sign in to comment.