From a846d2d9a90a1d6ce5ea45f86ab1386ec5dfb291 Mon Sep 17 00:00:00 2001 From: phiresky Date: Fri, 14 Jun 2019 23:59:32 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.8.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af12942..d5eba05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.8.5" +version = "0.8.6-alpha.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4d59551..6a58623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ripgrep_all" description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc" license = "AGPL-3.0-or-later" -version = "0.8.5" +version = "0.8.6-alpha.0" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018"