summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-19 21:56:00 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-19 21:56:00 -0400
commite7fb0fd267462d409d71a186c80ca1b0017b6196 (patch)
tree31e40e67a1b289e5436113e924e89a7cbcba19c6 /Cargo.toml
parent29b59074c77f538d48f316ba94bd0db66d53cc81 (diff)
0.1.50.1.5
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 2a47119e..a998fec1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.4" #:version
+version = "0.1.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw