From b0814a74352db978ca2e9a073ffbcd59d4376704 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 28 Apr 2023 13:27:52 -0700 Subject: [PATCH] Release regress 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7f9d5f..ddd6bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regress" -version = "0.5.0" +version = "0.6.0" authors = ["ridiculousfish "] description = "A regular expression engine targeting EcmaScript syntax" license = "MIT OR Apache-2.0"