Merge pull request #1032 from gravitational/sasha/new

2.2.0-alpha.9
This commit is contained in:
Alexander Klizhentas 2017-05-30 19:13:22 -07:00 committed by GitHub
commit e5d6faf482
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,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.1.0-alpha.9
VERSION=2.2.0-alpha.9
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

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