teleport/version.go
Gus Luxton 048da3cce1
Update master branch version tag (#3880)
* Update master branch version tag to master

* Use 4.4.0-dev as version
2020-06-25 15:42:48 -03:00

12 lines
230 B
Go

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