From cb6dce3e736863219150a83a4d163b6be2085ba4 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 18 Jul 2022 16:27:31 -0700 Subject: [PATCH] Update version number in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9acd5bb4a..bc73b921a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -regex = "1.5" +regex = "1.6" ``` Here's a simple example that matches a date in YYYY-MM-DD format and prints the