teleport/version.go
2017-06-27 12:12:01 -07:00

12 lines
226 B
Go

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