teleport/version.go
2021-01-15 11:55:55 -08:00

12 lines
234 B
Go

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