summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 19:27:16 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 19:27:16 -0400
commitc1c92e4fee261397837318f146532a610047f594 (patch)
tree2885c2d147ff30bccc31e71a5df8f3d9663674ec /Cargo.toml
parent5644bbe43ae47de25f2361cc1cb82a69cd700471 (diff)
0.1.100.1.10
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 8fed0caf..dc1c8702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.9" #:version
+version = "0.1.10" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw