Release 4.0.0-alpha.1.

This commit is contained in:
Russell Jones
2019-04-26 22:43:45 +00:00
parent 6d1c16f745
commit 9fbb4e4e4a
2 changed files with 2 additions and 2 deletions
+1 -1
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.2
VERSION=4.0.0-alpha.1
# These are standard autotools variables, don't change them please
BUILDDIR ?= build
+1 -1
View File
@@ -3,7 +3,7 @@
package teleport
const (
Version = "3.2.0-alpha.2"
Version = "4.0.0-alpha.1"
)
// Gitref variable is automatically set to the output of git-describe