summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent68427b5b7932a65e1eb270d974640fe1c9d67cf5 (diff)
0.2.80.2.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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