teleport/version.go
2021-10-05 15:28:42 -07:00

12 lines
235 B
Go

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