From 2799e14807344d4082cd75ec1e2fdf09ee9b53c5 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Wed, 3 Jul 2019 16:45:59 -0400 Subject: [PATCH] Prepare v0.12.1 release Signed-off-by: Torin Sandall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccff5b0aac..c901930530 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Use of this source code is governed by an Apache2 # license that can be found in the LICENSE file. -VERSION := 0.12.0 +VERSION := 0.12.1 GO := go GOVERSION := 1.11