From 53247242608fafb562c5372b4545616be28c5f3d Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 12 Aug 2024 21:37:03 +0000 Subject: [PATCH] chore: Bump the version to `0.3.1` Signed-off-by: Awiteb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55e9ca4..48b4f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-captcha" -version = "0.3.0" +version = "0.3.1" rust-version = "1.75.0" edition = "2021" authors = ["Awiteb "]