From ecd06e1d63dffaa954d345e9a2135f7828155283 Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Fri, 12 Jul 2019 14:51:57 -0300 Subject: [PATCH] Release 4.1.0-alpha.3 --- Makefile | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 54805631dc3..8969cdeb326 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=4.1.0-alpha.2 +VERSION=4.1.0-alpha.3 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index bdd2a268f62..976b374367f 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "4.1.0-alpha.2" + Version = "4.1.0-alpha.3" ) // Gitref variable is automatically set to the output of git-describe