diff --git a/Makefile b/Makefile index 0eb538eee6b25..ad8b120c2829d 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=2.4.0-rc.3 +VERSION=2.4.0-rc.4 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index c90ddea000ef3..0538d4b77af3e 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "2.4.0-rc.3" + Version = "2.4.0-rc.4" ) // Gitref variable is automatically set to the output of git-describe