From e3a623d0200dc8c068128f6a34c6fa7f08ec288c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 20 Mar 2020 17:29:38 -0400 Subject: [PATCH] cargo: coreos-installer release 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2407a2ed5..4649abaed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "coreos-installer" -version = "0.1.3-alpha.0" +version = "0.1.3" 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 d115dd78f..938b09e66 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.3-alpha.0" +version = "0.1.3" [package.metadata.release] sign-commit = true