summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:45 -0400
commit4212a8b9cbc2a188b8fe5606240285ac923d306f (patch)
tree5f34b08066bea2a948b0d89db3c5a4a5f9d0a4a0 /Cargo.toml
parent983c7fd6f9baa9d5ddb4becfb5d8febd48fbd096 (diff)
0.1.10.1.1
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 78070150..e39c78b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.1.0" #:version
+version = "0.1.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw