Release 2.6.0-alpha.7

This commit is contained in:
Sasha Klizhentas 2018-04-04 09:09:00 -07:00
parent cb0a18a454
commit 94fa48c3fe
2 changed files with 2 additions and 2 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.6.0-alpha.6
VERSION=2.6.0-alpha.7
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

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