Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy83 committed Jan 7, 2015
1 parent fa51435 commit 039f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
app := cli.NewApp()
app.Name = "docker-volumes"
app.Usage = "The missing volume manager for Docker"
app.Version = "1.1.0"
app.Version = "1.1.1"
app.Author = "Brian Goff"
app.Email = "cpuguy83@gmail.com"
certPath := os.Getenv("DOCKER_CERT_PATH")
Expand Down

0 comments on commit 039f781

Please sign in to comment.