From 4718e84a50c31b81000f8a55a39094cac871f0ac Mon Sep 17 00:00:00 2001 From: guni1192 Date: Mon, 11 Feb 2019 22:01:19 +0900 Subject: [PATCH] (cargo-release) version 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93b539e..45e698b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ dependencies = [ [[package]] name = "cromwell" -version = "0.1.4-alpha.0" +version = "0.1.4" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3e1c94a..0fd51c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cromwell" -version = "0.1.4-alpha.0" +version = "0.1.4" authors = ["Takashi IIGUNI "] description = "Rust Rootless Container Runtime" license = "MIT"