teleport/version.go
2018-10-31 00:04:04 +00:00

12 lines
234 B
Go

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