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 4347c0e commit 95966a9Copy full SHA for 95966a9
2 files changed
Makefile
@@ -12,9 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-BUNDLE_VERSION = 4.2.0
+BUNDLE_VERSION = 4.2.2
16
BUNDLE_EXTENSION = crcbundle
17
-CRC_VERSION = 1.0.0-dev
+CRC_VERSION = 1.1.0
18
COMMIT_SHA=$(shell git rev-parse --short HEAD)
19
20
# Go and compilation related variables
centos_ci.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# bundle location
4
-BUNDLE_VERSION=4.2.0
+BUNDLE_VERSION=4.2.2
5
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
6
7
# Output command before executing
0 commit comments