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