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 9d5f325 commit 3770714Copy full SHA for 3770714
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.0-rc.11
+BUNDLE_VERSION = 4.4.3
16
BUNDLE_EXTENSION = crcbundle
17
CRC_VERSION = 1.9.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.0-rc.11
+BUNDLE_VERSION=4.4.3
5
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
6
GO_VERSION=1.12.13
7
0 commit comments