From f4d07b9cbdcf7d52e63f35fe76279e99a17492ef Mon Sep 17 00:00:00 2001
From: Andrew Gallant <jamslam@gmail.com>
Date: Wed, 5 Jul 2023 17:09:09 -0400
Subject: [PATCH] grep-cli-0.1.8

---
 Cargo.lock            | 2 +-
 crates/cli/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 66a2b7d8..31a2c643 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -148,7 +148,7 @@ dependencies = [
 
 [[package]]
 name = "grep-cli"
-version = "0.1.7"
+version = "0.1.8"
 dependencies = [
  "bstr",
  "globset",
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index c6c5f611..3003184e 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "grep-cli"
-version = "0.1.7"  #:version
+version = "0.1.8"  #:version
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 description = """
 Utilities for search oriented command line applications.