teleport/version.go

12 lines
230 B
Go

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