reg/version/version.go

8 lines
185 B
Go
Raw Normal View History

package version
// VERSION indicates which version of the binary is running.
var VERSION string
// GITCOMMIT indicates which git hash the binary was built off of
var GITCOMMIT string