1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-01 16:22:43 +02:00
This commit is contained in:
Chris Lu 2019-06-21 13:11:40 -07:00
parent 059ef879a8
commit fe4eb6bffa

View file

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