mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-01 17:22:47 +02:00
9 lines
94 B
Go
9 lines
94 B
Go
package util
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
var (
|
|
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 61)
|
|
)
|