From 2d8bce3d31e0fb2df5ed35995caa25df5f06b5ef Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Wed, 27 Mar 2024 10:17:42 +0800 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca8b818..0106b19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "0.7.0" +version = "1.0.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"