(cargo-release) start next development iteration 0.9.1

This commit is contained in:
phiresky 2019-06-16 12:20:02 +02:00
parent 8005457c60
commit b3de05cc59
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -928,7 +928,7 @@ dependencies = [
[[package]]
name = "ripgrep_all"
version = "0.9.1"
version = "0.9.2-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)",

View File

@ -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.9.1"
version = "0.9.2-alpha.0"
repository = "https://github.com/phiresky/ripgrep_all"
authors = ["phiresky <phireskyde+git@gmail.com>"]
edition = "2018"