teleport/version.go
2018-01-03 10:48:57 -08:00

12 lines
234 B
Go

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