mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 03:37:30 +08:00
add large disk support
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package util
|
||||
|
||||
const (
|
||||
VERSION = "1.28"
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var (
|
||||
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 28)
|
||||
)
|
||||
|
Reference in New Issue
Block a user