From 376cc3c1a2688da7a4da62a816b64d46bb7c59c5 Mon Sep 17 00:00:00 2001 From: Guillaume Rose Date: Tue, 27 Jul 2021 14:56:37 +0200 Subject: [PATCH] Bump crc to 1.30.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30ca9fad04..49e52a0122 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash BUNDLE_VERSION ?= 4.8.2 BUNDLE_EXTENSION = crcbundle -CRC_VERSION = 1.30.0 +CRC_VERSION = 1.30.1 COMMIT_SHA=$(shell git rev-parse --short HEAD) MACOS_INSTALL_PATH = /Applications/CodeReady Containers.app/Contents/Resources/ CONTAINER_RUNTIME ?= podman