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

var (
	Version   = "1.0.0"       // Placeholder for the version
	BuildTime = "development" // Placeholder for the build time
)