From a4d734c5a3afba22bb6d14d5807f9e4cf5c448a5 Mon Sep 17 00:00:00 2001 From: phiresky Date: Sat, 15 Jun 2019 12:08:03 +0200 Subject: [PATCH] (cargo-release) version 0.8.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54accf3..4880f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -928,7 +928,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.8.9-alpha.0" +version = "0.8.9" 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 fb057af..713df99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "ripgrep_all" description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc." license = "AGPL-3.0-or-later" readme = "README.md" -version = "0.8.9-alpha.0" +version = "0.8.9" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018"