From c223b026f99710a1ab221d39d57a3f76298250c3 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 10 Jun 2020 14:20:55 -0400 Subject: [PATCH] Prepare for release 0.33.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c799e1c7..2a57d0e60 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif SHELL=/bin/bash -o pipefail -o errexit # Use the 0.0 tag for testing, it shouldn't clobber any release builds -TAG ?= 0.32.0 +TAG ?= 0.33.0 # Use docker to run makefile tasks USE_DOCKER ?= true