Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Apr 14, 2016
1 parent 7cbb262 commit efb9dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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/v1.1.1/docker-machine-driver-parallels > /usr/local/bin/docker-machine-driver-parallels
$ curl -L https://github.com/Parallels/docker-machine-parallels/releases/download/v1.2.0/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 = "1.1.1"
const Version = "1.2.0"

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

0 comments on commit efb9dc5

Please sign in to comment.