git-svn-id: https://weed-fs.googlecode.com/svn/trunk@67 282b0af5-e82d-9cf1-ede4-77906d7719d0
This commit is contained in:
chris.lu@gmail.com 2012-08-07 08:33:13 +00:00
parent aab5390cb5
commit 10c2a4540e

View file

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