From 3b797f1e2a040f155667596cbfb48ca3f2da2cdb Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Fri, 13 May 2022 10:11:44 +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 f24af6e..fbf45ee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.3.3 +VERSION := v0.4.0 NAME := ocm-load-test # Enable Go modules: export GO111MODULE=on