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 Nov 3, 2014
1 parent f03f192 commit 775ba3d
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 @@ -17,7 +17,7 @@ func main() {
app := cli.NewApp()
app.Name = "docker-volumes"
app.Usage = "The missing volume manager for Docker"
app.Version = "1.0.0"
app.Version = "1.0.2"
app.Author = "Brian Goff"
app.Email = "cpuguy83@gmail.com"
app.Flags = []cli.Flag{
Expand Down

0 comments on commit 775ba3d

Please sign in to comment.