docs/version/version.go

8 lines
191 B
Go

package version
// Version indicates which version of the binary is running.
var NotaryVersion string
// GitCommit indicates which git hash the binary was built off of
var GitCommit string