From f2952ce4491d8c92b4e5186d697b4a5e69c9bad5 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 12 Aug 2024 21:08:14 +0000 Subject: [PATCH] chore: Bump the version to `0.3.0` Signed-off-by: Awiteb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b50865..9bc57f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "salvo-captcha" -version = "0.2.0" +version = "0.3.0" rust-version = "1.75.0" edition = "2021" authors = ["Awiteb "]