From 55ece2296c023f22889f06b6e71d9d4b3b6c5856 Mon Sep 17 00:00:00 2001 From: Seimizu Joukan Date: Fri, 19 Dec 2025 20:04:58 +0900 Subject: [PATCH] Bump version to v0.2.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 536e4a9..ed8df36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gh_release" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT" authors = ["Seimizu Joukan"]