Files
teleport/api/version.go
T

12 lines
227 B
Go

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