From 1a8aacda654bf6dc33093ec21d6c799606c9d2fd Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Fri, 29 Oct 2021 12:46:16 +0200 Subject: [PATCH] Version Bump - Adds certificates end-point test Signed-off-by: Vicente Zepeda Mas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d3ec8a..9270b35 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.2.4 +VERSION := v0.3.0 NAME := ocm-load-test # Enable Go modules: export GO111MODULE=on