From bb11ad9767f5121e095ba711e2486db2f2f30ce6 Mon Sep 17 00:00:00 2001 From: Torin Sandall Date: Wed, 14 Aug 2019 14:33:00 -0400 Subject: [PATCH] Prepare v0.13.2 release Signed-off-by: Torin Sandall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eab06fde1c..92f1d23a11 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.13.2-dev +VERSION := 0.13.2 GO := go GOVERSION := 1.12.8