mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
bump to 0.30 since it fixed an important bug
This commit is contained in:
parent
1aea3512a4
commit
0c75e0438e
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
VERSION = "0.29"
|
||||
VERSION = "0.30"
|
||||
)
|
||||
|
||||
var cmdVersion = &Command{
|
||||
|
|
Loading…
Reference in a new issue