From 79b59763bd17afba9ac6b13dfdfef401e2d9bde9 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 21 Sep 2020 12:32:46 -0400 Subject: [PATCH] cargo: coreos-installer release 0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 519b2aac6..37f6268ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" [[package]] name = "coreos-installer" -version = "0.7.0-alpha.0" +version = "0.7.0" dependencies = [ "bincode", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 45385af92..4a6a324a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" exclude = ["/.cci.jenkinsfile", "/.github", "/.gitignore", "/.travis.yml", "/Dockerfile"] authors = [ "Benjamin Gilbert " ] description = "Installer for Fedora CoreOS and RHEL CoreOS" -version = "0.7.0-alpha.0" +version = "0.7.0" [package.metadata.release] sign-commit = true