diff --git a/Makefile b/Makefile index 21fd240b..04cce658 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ FORMATTER_VERSION ?= v0.30.0 # renovate: datasource=github-releases depName=golangci/golangci-lint LINTER_VERSION ?= v1.64.5 # renovate: datasource=github-releases depName=open-component-model/ocm -OCM_VERSION ?= 0.20.0 +OCM_VERSION ?= 0.20.1 .PHONY: localbin localbin: ## Creates the local bin folder, if it doesn't exist. Not meant to be called manually, used as requirement for the other tool commands.