From 92ed9664632cbe08a6cd2c7b96d9fa074c6a6601 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 22 Jun 2020 12:55:09 +0530 Subject: [PATCH] Update bundle version from 4.4.6 to 4.4.8 --- Makefile | 2 +- centos_ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6caa8f709..325a56352b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -BUNDLE_VERSION = 4.4.6 +BUNDLE_VERSION = 4.4.8 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 1.12.0-dev COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/centos_ci.sh b/centos_ci.sh index 9894fc8bd2..a4e44e74a9 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.4.6 +BUNDLE_VERSION=4.4.8 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle GO_VERSION=1.13.4