Skip to content

Commit

Permalink
Update install and push a new tag for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
John Griffith committed Sep 17, 2016
1 parent 9e2ffcd commit aba2b98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified cinder-docker-driver
Binary file not shown.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# 'wget -qO- https://raw.githubusercontent.com/j-griffith/cinder-docker-driver/master/install.sh | sh'

BIN_NAME=cinder-docker-driver
DRIVER_URL="https://github.com/j-griffith/cinder-docker-driver/releases/download/v0.11/cinder-docker-driver"
DRIVER_URL="https://github.com/j-griffith/cinder-docker-driver/releases/download/v0.12/cinder-docker-driver"
BIN_DIR="/usr/bin"

do_install() {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
VERSION = "0.11"
VERSION = "0.12"
)

var (
Expand Down

0 comments on commit aba2b98

Please sign in to comment.