mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
0.18 release
This commit is contained in:
parent
03aa23fb1b
commit
0349199d0e
|
@ -17,6 +17,6 @@ func runVersion(cmd *Command, args []string) bool{
|
||||||
cmd.Usage()
|
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
|
return true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue