1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-19 18:01:03 +02:00
This commit is contained in:
Chris Lu 2019-11-22 14:51:16 -08:00
parent e4c63ff2f8
commit 249b9d8d5d

View file

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