1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-18 01:10:34 +02:00
This commit is contained in:
Chris Lu 2019-04-11 19:40:36 -07:00
parent 66c609d434
commit 59a9e15733

View file

@ -5,5 +5,5 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 29)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 30)
)