Skip to content

Commit

Permalink
Update for 1.1.0 release
Browse files Browse the repository at this point in the history
This backports
95966a9
to the master branch.
  • Loading branch information
cfergeau authored and gbraad committed Nov 7, 2019
1 parent 51ab63f commit 3aa6a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

BUNDLE_VERSION = 4.2.0
BUNDLE_VERSION = 4.2.2
BUNDLE_EXTENSION = crcbundle
CRC_VERSION = 1.0.0-dev
CRC_VERSION = 1.1.0-dev
COMMIT_SHA=$(shell git rev-parse --short HEAD)

# Go and compilation related variables
Expand Down
2 changes: 1 addition & 1 deletion centos_ci.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# bundle location
BUNDLE_VERSION=4.2.0
BUNDLE_VERSION=4.2.2
BUNDLE=crc_libvirt_$BUNDLE_VERSION.crcbundle

# Output command before executing
Expand Down

0 comments on commit 3aa6a6d

Please sign in to comment.