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

import (
	"fmt"
)

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