From 4649aa9700619f94cf9c66876e9549d83420e16c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 8 Sep 2024 22:15:00 -0400 Subject: [PATCH] 14.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3500321f..5ca69a0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "ripgrep" -version = "14.1.0" +version = "14.1.1" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index cea08d17..2ec69c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ripgrep" -version = "14.1.0" #:version +version = "14.1.1" #:version authors = ["Andrew Gallant "] description = """ ripgrep is a line-oriented search tool that recursively searches the current