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

import (
	"fmt"
)

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