teleport/version.go
2022-10-06 01:51:59 +00:00

12 lines
232 B
Go

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