summaryrefslogtreecommitdiff
path: root/cmd/rr/cmd/version.go
blob: fb7a2f88c4f4a4e3416230c3e700825fe31c73ee (plain)
1
2
3
4
5
6
7
8
package cmd

var (
	// Version - defines build version.
	Version = "1.0.0"
	// BuildTime - defined build time.
	BuildTime = "development"
)