teleport/version.go
fheinecke 3e7182c4a2
Updated master branch makefile version to 15.0.0-dev (#31220)
* Updated master branch makefile version to 15.0.0-dev

* Updated `docs/config.json`

* Revert "Updated `docs/config.json`"

This reverts commit 4d4c8846b1.

* Updated `docs/config.json`

* Revert e ref update

* revert docs git property removal

* Fixed version check integration test

* Re-ordered imports

* Reverted accidental format change by IDE
2023-09-11 19:54:40 +00:00

8 lines
191 B
Go

// Code generated by "make version". DO NOT EDIT.
package teleport
const Version = "15.0.0-dev"
// Gitref is set to the output of "git describe" during the build process.
var Gitref string