mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 18:22:48 +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, 45)
|
|
)
|