teleport/version.go
2020-01-20 14:04:36 -08:00

12 lines
234 B
Go

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