From d1fdee3725e4e8b72e163d9bef1a1327b8122ce7 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Thu, 20 Dec 2018 17:31:20 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.11.1-pre --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bc61dc..a772182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lsd" -version = "0.10.1-pre" +version = "0.11.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 92c08d9..da0289e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "lsd" readme = "./README.md" repository = "https://github.com/Peltoche/lsd" -version = "0.11.0" +version = "0.11.1-pre" [[bin]] name = "lsd"