summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-03-12 22:32:43 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 22:32:43 -0400
commit78847b65c8d370d52fb43b02277387f4686ed9a0 (patch)
tree82edfe3665f570cbfe25d59578b4e118840a6246 /Cargo.toml
parente962eea1ccc071503abc6b518d891559bd449de2 (diff)
0.5.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 e0f7cd41..d080577d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.4.0" #:version
+version = "0.5.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw