Release 3.2.0-alpha.2.

This commit is contained in:
Russell Jones 2019-01-10 22:33:28 +00:00
parent 8436d5d3a2
commit 392d34015a
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=3.2.0-alpha.1
VERSION=3.2.0-alpha.2
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

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