diff --git a/Cargo.lock b/Cargo.lock index a969fa824..039ca90cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" [[package]] name = "coreos-installer" -version = "0.7.2-alpha.0" +version = "0.7.2" dependencies = [ "bincode", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 39d497e85..e335693b5 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.2-alpha.0" +version = "0.7.2" [package.metadata.release] sign-commit = true