summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-07 10:59:06 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-07 10:59:06 -0500
commitde3300352779c8ee8c2cae3cd68e5cda77ed62eb (patch)
tree0a3236df1ebf948f5ff1c0cbcea9dca3109546c7 /Cargo.toml
parent3e943636f40eb7706c1487343eae9f0ad667bf27 (diff)
0.3.2
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 65df5bc9..1043d083 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ripgrep"
-version = "0.3.1" #:version
+version = "0.3.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw