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 2eb4189 commit baa0f47Copy full SHA for baa0f47
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.1.9
+BUNDLE_VERSION = 4.1.11
16
BUNDLE_EXTENSION = crcbundle
17
CRC_VERSION = 0.90.0-alpha
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=crc_libvirt_4.1.9.crcbundle
+BUNDLE=crc_libvirt_4.1.11.crcbundle
5
6
# Output command before executing
7
set -x
0 commit comments