teleport/version.go
2018-09-25 17:34:07 -07:00

12 lines
231 B
Go

/* DO NOT EDIT THIS FILE. IT IS GENERATED BY 'make setver'*/
package teleport
const (
Version = "3.0.0-rc.4"
)
// Gitref variable is automatically set to the output of git-describe
// during the build process
var Gitref string