teleport/version.go

12 lines
233 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 (
2019-09-10 00:02:23 +00:00
Version = "4.1.0-beta.2"
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