Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Oct 21, 2020
1 parent 6bd6273 commit a1c3d49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.1 (October 21, 2020)
- Minor fix in `go.mod` for module declaration

## 2.0.0 (October 13, 2020)
**Breaking changes:**
- Dropped support of OS X 10.10 Yosemite and earlier [GH-95]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install this plugin manually, download the binary `docker-machine-driver-para
and make it available by `$PATH`, for example by putting it to `/usr/local/bin/`:

```console
$ curl -L https://github.com/Parallels/docker-machine-parallels/releases/download/v2.0.0/docker-machine-driver-parallels > /usr/local/bin/docker-machine-driver-parallels
$ curl -L https://github.com/Parallels/docker-machine-parallels/releases/download/v2.0.1/docker-machine-driver-parallels > /usr/local/bin/docker-machine-driver-parallels

$ chmod +x /usr/local/bin/docker-machine-driver-parallels
```
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "fmt"
var GitCommit string

// Version number that is being run at the moment.
const Version = "2.0.0"
const Version = "2.0.1"

// FullVersion formats the version to be printed.
func FullVersion() string {
Expand Down

0 comments on commit a1c3d49

Please sign in to comment.