From 1ea79be1125bde9061963d02fa2bb921dbda0fc4 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Tue, 17 Dec 2019 16:46:33 +0000 Subject: [PATCH] cargo: coreos-installer release 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47bf05e98..a171b11a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "coreos-installer" -version = "0.1.1-alpha.0" +version = "0.1.1" dependencies = [ "byte-unit 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2c3329fb3..43ecf93fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" exclude = ["/.github", "/.gitignore", "/.travis.yml", "/Dockerfile"] authors = [ "Benjamin Gilbert " ] description = "Installer for Fedora CoreOS and RHEL CoreOS" -version = "0.1.1-alpha.0" +version = "0.1.1" [package.metadata.release] sign-commit = true