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

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetb committed Mar 10, 2016
1 parent bfb3549 commit 4a65bcd
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 @@ const (
func main() {
cmd := cli.NewApp()
cmd.Name = "azurefile-dockervolumedriver"
cmd.Version = "0.2"
cmd.Version = "0.2.1"
cmd.Usage = "Docker Volume Driver for Azure File Service"
cli.AppHelpTemplate = usageTemplate

Expand Down

0 comments on commit 4a65bcd

Please sign in to comment.