0.18 release

This commit is contained in:
Chris Lu 2012-09-03 20:41:48 -07:00
parent 03aa23fb1b
commit 0349199d0e

View file

@ -17,6 +17,6 @@ func runVersion(cmd *Command, args []string) bool{
cmd.Usage()
}
fmt.Printf("version 0.17 %s %s\n",runtime.GOOS, runtime.GOARCH)
fmt.Printf("version 0.18 %s %s\n",runtime.GOOS, runtime.GOARCH)
return true
}