Release 4.1.0-alpha.3

This commit is contained in:
Gus Luxton
2019-07-12 14:51:57 -03:00
parent 6db03d91e3
commit ecd06e1d63
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=4.1.0-alpha.2
VERSION=4.1.0-alpha.3
# These are standard autotools variables, don't change them please
BUILDDIR ?= build
+1 -1
View File
@@ -3,7 +3,7 @@
package teleport
const (
Version = "4.1.0-alpha.2"
Version = "4.1.0-alpha.3"
)
// Gitref variable is automatically set to the output of git-describe