diff --git a/Makefile b/Makefile index df64380ff6..892073571c 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.2.7 +BUNDLE_VERSION = 4.2.8 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 1.1.0-dev COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/centos_ci.sh b/centos_ci.sh index a4f67f1081..5eb3f3cdc3 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.2.7 +BUNDLE_VERSION=4.2.8 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle GO_VERSION=1.12.13