From d4a151d054dfe65138732b63f50e8e3be24dc80b Mon Sep 17 00:00:00 2001 From: Sasha Klizhentas Date: Mon, 26 Mar 2018 16:59:30 -0700 Subject: [PATCH] Release 2.6.0-alpha.2 --- Makefile | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71b8e5f2c3b..d9000230a3c 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.6.0-alpha.1 +VERSION=2.6.0-alpha.2 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index 3b0cf7ebd57..379ff02cc12 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "2.6.0-alpha.1" + Version = "2.6.0-alpha.2" ) // Gitref variable is automatically set to the output of git-describe