docs/version/version.go

8 lines
199 B
Go

package version
// Version indicates which version of the binary is running.
var NotaryVersion = "v0.1.0-rc1"
// GitCommit indicates which git hash the binary was built off of
var GitCommit string