Release 2.7.0-alpha.5

This commit is contained in:
Sasha Klizhentas 2018-06-21 09:19:39 -07:00
parent 48caf80fc7
commit 9d9f0ea101
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=2.7.0-alpha.4
VERSION=2.7.0-alpha.5
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

2
e

@ -1 +1 @@
Subproject commit ad6f2d1e9921318c1384ab402945fcff2bee5d81
Subproject commit 5b5e019df8d69c2609b0f4eba68d4306679df733

View file

@ -3,7 +3,7 @@
package teleport
const (
Version = "2.7.0-alpha.4"
Version = "2.7.0-alpha.5"
)
// Gitref variable is automatically set to the output of git-describe