aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
blob: 41c7a2d113ba9cf819acb6041e748898b0498e39 (plain)
1
2
3
4
5
6
7
8
9
package util

import (
	"fmt"
)

var (
	VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 75)
)