summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-11 20:22:22 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-11 20:22:22 -0500
commit23d1b91eaddbfb886a3a99d615f49551cd35cb6c (patch)
treea3f2fce6c17c7bf571b4479b9891e90ed6f5f7c3 /Cargo.toml
parentac83ed499289934ecb736ecb65c11ab001a6441f (diff)
release: 0.8.00.8.0
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 719ea64a..8d4aeec9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.7.1" #:version
+version = "0.8.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw