teleport/version.go
Sasha Klizhentas 381a3703d7 bump version
2017-05-21 11:48:32 -07:00

12 lines
234 B
Go

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