We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75892f commit 10b48b2Copy full SHA for 10b48b2
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-BUNDLE_VERSION = 4.4.8
+BUNDLE_VERSION = 4.5.0-rc.5
16
BUNDLE_EXTENSION = crcbundle
17
CRC_VERSION = 1.12.0
18
COMMIT_SHA=$(shell git rev-parse --short HEAD)
centos_ci.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# bundle location
4
-BUNDLE_VERSION=4.4.8
+BUNDLE_VERSION=4.5.0-rc.5
5
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
6
GO_VERSION=1.13.4
7
0 commit comments