summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-22 21:32:41 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-22 21:32:41 -0400
commit25c259112b25bf95a694a828c25e54c02232f6cc (patch)
tree8535ec1903114134fdf815a63dfb25b844146de7 /Cargo.toml
parentdfebed6cbe44593094e1632acd2d360e47d3abf1 (diff)
0.1.160.1.16
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 2ac02db4..14a6ba64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.15" #:version
+version = "0.1.16" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw