mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 14:35:22 +08:00
* 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
8 lines
191 B
Go
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
|