From 9fbb4e4e4a38ce9a4250e91c8cd84722879e8841 Mon Sep 17 00:00:00 2001 From: Russell Jones Date: Fri, 26 Apr 2019 22:43:45 +0000 Subject: [PATCH] Release 4.0.0-alpha.1. --- Makefile | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3df5cf4b5ec..9f8a7ce3156 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.2.0-alpha.2 +VERSION=4.0.0-alpha.1 # These are standard autotools variables, don't change them please BUILDDIR ?= build diff --git a/version.go b/version.go index 9310bef8aaf..589658be9b9 100644 --- a/version.go +++ b/version.go @@ -3,7 +3,7 @@ package teleport const ( - Version = "3.2.0-alpha.2" + Version = "4.0.0-alpha.1" ) // Gitref variable is automatically set to the output of git-describe