Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Aug 1, 2017
1 parent 8b5978f commit 2761c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.0 (2017-08-01)

The following changes only affect the PRO version:

* Rename `mac-syncs` to `accelerated-mounts`, as it is available on Windows as
Expand Down
2 changes: 1 addition & 1 deletion crane/version_basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

func printVersion() {
fmt.Println("v3.1.0")
fmt.Println("v3.2.0")
}
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.1.0"
VERSION="3.2.0"
fi

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

0 comments on commit 2761c64

Please sign in to comment.