mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-24 16:17:11 +08:00
Release 4.0.0-alpha.1.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user