aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorKaushal Subedi2015-10-26 22:07:25 -0600
committerKaushal Subedi2015-10-26 22:07:25 -0600
commit743122fbff6911da22d505adb50e0e9ff8a0d104 (patch)
treeadec2bd016bb408ead61c176f87d65e36efa23f8 /main.go
parenta44dfce7719c7f5ce46327762d82b4593afa34e4 (diff)
downloadgomove-743122fbff6911da22d505adb50e0e9ff8a0d104.tar.bz2
version bump0.2.17
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dbc3e93..52fe963 100644
--- a/main.go
+++ b/main.go
@@ -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 <kaushal@subedi.co>"