teleport/version.go
2019-09-10 00:02:23 +00:00

12 lines
233 B
Go

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