summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-23 11:26:23 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-23 11:26:23 -0400
commitb33e9cba69df670449e79587a0411201962ecc1b (patch)
tree4b2744d9be9332da8864ce1abcfce479cad42b5a /Cargo.toml
parentd5c045469b8f59f007a1c5c265edc5598858d2e0 (diff)
0.1.170.1.17
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 fb376bf7..f28cede3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.16" #:version
+version = "0.1.17" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw