summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-15 18:03:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-15 18:03:46 -0400
commit1a2a24ea74c1081f492804b2682e9fc0788fb75f (patch)
treec1682604a81132498c9949be6a0a58f20c829739 /grep
parentd66610b295f503b0faca3d3874fb49be254aeae8 (diff)
grep: release 0.2.4grep-0.2.4
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 2598de3f..d37ceff7 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
-version = "0.2.3" #:version
+version = "0.2.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.