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

import (
	"fmt"
)

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