teleport/version.go
2021-07-08 14:56:08 -07:00

12 lines
234 B
Go

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