Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KSubedi committed Oct 27, 2015
1 parent a44dfce commit 743122f
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 @@ -12,7 +12,7 @@ func main() {
app := cli.NewApp()
app.Name = "gomove"
app.Usage = "Move Golang packages to a new path."
app.Version = "0.0.1"
app.Version = "0.2.17"
app.ArgsUsage = "[old path] [new path]"
app.Author = "Kaushal Subedi <[email protected]>"

Expand Down

0 comments on commit 743122f

Please sign in to comment.