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

import (
	"fmt"
)

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