diff --git a/Makefile b/Makefile index 299a3d9da0..360bdf786e 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.3.0 +BUNDLE_VERSION = 4.2.14 BUNDLE_EXTENSION = crcbundle CRC_VERSION = 1.5.0-dev COMMIT_SHA=$(shell git rev-parse --short HEAD) diff --git a/centos_ci.sh b/centos_ci.sh index 030e99dac6..92db580696 100644 --- a/centos_ci.sh +++ b/centos_ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # bundle location -BUNDLE_VERSION=4.3.0 +BUNDLE_VERSION=4.2.14 BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle GO_VERSION=1.12.13