diff --git a/Makefile b/Makefile index 8c955d8204..1c8e0cd57e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -BUNDLE_VERSION ?= 4.9.5 +BUNDLE_VERSION ?= 4.9.8 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 1.35.0 COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/centos_ci.sh b/centos_ci.sh index 0ac759c66a..dcf9afd388 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.9.5 +BUNDLE_VERSION=4.9.8 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle GO_VERSION=1.16.10