summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 16:16:32 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 16:16:48 -0500
commit18943b9317be143f54d375ae41a44345d485fe57 (patch)
tree90b856eab5526b96dea53fcb3273d744701bdbd7
parent68427b5b7932a65e1eb270d974640fe1c9d67cf5 (diff)
0.2.80.2.8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f63b799b..90fd5d78 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "ripgrep"
-version = "0.2.7"
+version = "0.2.8"
dependencies = [
"bytecount 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ctrlc 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index ca4a33d7..42706e58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.2.7" #:version
+version = "0.2.8" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw