1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 20:38:16 +02:00
This commit is contained in:
Chris Lu 2019-05-17 22:53:30 -07:00
parent 8123a488cd
commit f2c4c888f6

View file

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