Skip to content

Commit 9887134

Browse files
committed
Update bundle version from 4.3.0 to 4.3.1
1 parent 06bd514 commit 9887134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
BUNDLE_VERSION = 4.3.0
15+
BUNDLE_VERSION = 4.3.1
1616
BUNDLE_EXTENSION = crcbundle
1717
CRC_VERSION = 1.6.0
1818
COMMIT_SHA=$(shell git rev-parse --short HEAD)

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.3.0
4+
BUNDLE_VERSION=4.3.1
55
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle
66
GO_VERSION=1.12.13
77

0 commit comments

Comments
 (0)