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

import "time"

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