mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
12 lines
227 B
Go
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
|