diff --git a/Makefile b/Makefile index 5b11ad447ca..c946e4473a0 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/e b/e index c3ecde09bad..5e79b9a1e25 160000 --- a/e +++ b/e @@ -1 +1 @@ -Subproject commit c3ecde09bad0fa141fb5bf483faaa51e8fd1ece9 +Subproject commit 5e79b9a1e25ef0ade34d3896eef211b5d21c4160 diff --git a/version.go b/version.go index 266642b3880..eb6495b8906 100644 --- a/version.go +++ b/version.go @@ -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