From a595da76ca71aa3de019151a02ceef7db8a0fa09 Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Wed, 6 Apr 2022 08:49:11 +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 9270b35..a479d52 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.3.0 +VERSION := v0.3.2 NAME := ocm-load-test # Enable Go modules: export GO111MODULE=on