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 06bd514 commit 9887134Copy full SHA for 9887134
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.3.0
+BUNDLE_VERSION = 4.3.1
16
BUNDLE_EXTENSION = crcbundle
17
CRC_VERSION = 1.6.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.3.0
+BUNDLE_VERSION=4.3.1
5
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
6
GO_VERSION=1.12.13
7
0 commit comments