summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-21 20:53:52 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-21 20:53:52 -0500
commitc4a6733f3b021d3d592fb76db9495d7de6dd338f (patch)
tree52a537b23e265a5273010ecf1621e9485a2ce5fb /Cargo.toml
parent9e04a8283ccbfe2ff9be246d462dadbfe7a9f64a (diff)
0.3.10.3.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 848b89c5..a9893650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.3.0" #:version
+version = "0.3.1" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw