teleport/version.go
2022-06-15 23:28:08 +00:00

12 lines
232 B
Go

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