From e43f052baf37951c01fc46d13bd31bbae5be7e9a Mon Sep 17 00:00:00 2001 From: Russell Jones Date: Mon, 17 Jul 2017 10:59:37 -0700 Subject: [PATCH] Release 2.2.4. --- Makefile | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f71bdc0c3766..59b78687ae32b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,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.2.3 +VERSION=2.2.4 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index b26601f35f951..ad8b9330bb002 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "2.2.3" + Version = "2.2.4" ) // Gitref variable is automatically set to the output of git-describe