1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 08:06:53 +02:00
This commit is contained in:
Chris Lu 2019-05-03 17:27:50 -07:00
parent b335f81a4f
commit 8c982db25d

View file

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