summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-18 18:19:02 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-18 18:19:02 -0400
commit2cf1a08969ebb653cb4b3d7452573d8400ce70b6 (patch)
treed459a04c46f7b7d3031f3c301c6e6ebab00e5f23
parent665b6016e31ee0cf965aba6b8c697240109d30a5 (diff)
ripgrep 0.1.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d5c9eda..2a47119e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.3" #:version
+version = "0.1.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw