From 66ef5c94bf8c7fb4c87b11f2eaed5189a2d07135 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 17 Nov 2021 12:36:46 -0500 Subject: [PATCH] cargo: coreos-installer release 0.11.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3dba05d..94fb14888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "coreos-installer" -version = "0.10.1-alpha.0" +version = "0.11.0" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index e4a1a5337..daabb3c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore", "/Dockerfile"] authors = [ "Benjamin Gilbert " ] description = "Installer for Fedora CoreOS and RHEL CoreOS" -version = "0.10.1-alpha.0" +version = "0.11.0" [package.metadata.release] sign-commit = true