Skip to content

Commit

Permalink
Prepare for the release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omallo committed Sep 19, 2016
1 parent 861ed50 commit 0c9b304
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 @@ -20,7 +20,7 @@ First, you have to download the driver's binary to the droplet and make it execu
sudo curl \
-sSL \
-o /usr/bin/docker-volume-plugin-dostorage \
https://github.com/omallo/docker-volume-plugin-dostorage/releases/download/v0.1.0/docker-volume-plugin-dostorage_linux_amd64
https://github.com/omallo/docker-volume-plugin-dostorage/releases/download/v0.2.0/docker-volume-plugin-dostorage_linux_amd64

sudo chmod +x /usr/bin/docker-volume-plugin-dostorage
```
Expand Down
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
DriverName = "dostorage"
DriverVersion = "0.2.0-SNAPSHOT"
DriverVersion = "0.2.0"
)

type Driver struct {
Expand Down

0 comments on commit 0c9b304

Please # to comment.