1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00
This commit is contained in:
Chris Lu 2020-01-26 21:04:40 -08:00
parent 72a64a5cf8
commit 234f69452b

View file

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