Skip to content

Commit 95966a9

Browse files
committed
cut 1.1.0
1 parent 4347c0e commit 95966a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
BUNDLE_VERSION = 4.2.0
15+
BUNDLE_VERSION = 4.2.2
1616
BUNDLE_EXTENSION = crcbundle
17-
CRC_VERSION = 1.0.0-dev
17+
CRC_VERSION = 1.1.0
1818
COMMIT_SHA=$(shell git rev-parse --short HEAD)
1919

2020
# Go and compilation related variables

centos_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# bundle location
4-
BUNDLE_VERSION=4.2.0
4+
BUNDLE_VERSION=4.2.2
55
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
66

77
# Output command before executing

0 commit comments

Comments
 (0)