Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Apr 25, 2017
1 parent 7a42d80 commit 631fecb
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.2.2/docker-machine-driver-parallels > /usr/local/bin/docker-machine-driver-parallels
$ curl -L https://github.com/Parallels/docker-machine-parallels/releases/download/v1.2.3/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.2.2"
const Version = "1.2.3"

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

0 comments on commit 631fecb

Please sign in to comment.