teleport/version.go
2021-03-11 17:29:48 -08:00

12 lines
230 B
Go

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