diff --git a/Makefile b/Makefile index bb0766f98a..49932971af 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -BUNDLE_VERSION ?= 4.9.1 +BUNDLE_VERSION ?= 4.9.5 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 1.34.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/centos_ci.sh b/centos_ci.sh index f65c104fa7..acdd436621 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.9.1 +BUNDLE_VERSION=4.9.5 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle GO_VERSION=1.15.13