diff --git a/README.md b/README.md index b068b60..389ea29 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/driver.go b/driver.go index 6de45a7..160fa86 100644 --- a/driver.go +++ b/driver.go @@ -12,7 +12,7 @@ import ( const ( DriverName = "dostorage" - DriverVersion = "0.2.0-SNAPSHOT" + DriverVersion = "0.2.0" ) type Driver struct {