New version

This commit is contained in:
Sasha Klizhentas 2018-09-17 13:01:57 -07:00 committed by Alexander Klizhentas
parent c3806ca62b
commit 5bf50d8362
3 changed files with 3 additions and 3 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.0.0-rc.2
VERSION=3.0.0-rc.3
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

2
e

@ -1 +1 @@
Subproject commit c3ecde09bad0fa141fb5bf483faaa51e8fd1ece9
Subproject commit 5e79b9a1e25ef0ade34d3896eef211b5d21c4160

View file

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