teleport/version.go

12 lines
226 B
Go
Raw Normal View History

2016-06-14 23:52:32 +00:00
/* DO NOT EDIT THIS FILE. IT IS GENERATED BY 'make setver'*/
2016-06-14 23:52:32 +00:00
package teleport
const (
2017-06-27 19:12:01 +00:00
Version = "2.2.3"
2016-06-14 23:52:32 +00:00
)
// Gitref variable is automatically set to the output of git-describe
// during the build process
2016-06-14 23:52:32 +00:00
var Gitref string