From 2cafbe32a00289802cc2294ba4cf9b7c6ab8d631 Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Thu, 9 Sep 2021 15:26:48 +0200 Subject: [PATCH] Version bump Signed-off-by: Vicente Zepeda Mas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a07389..a5dd96e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.2.1 +VERSION := v0.2.2 NAME := ocm-load-test # Enable Go modules: export GO111MODULE=on