From 12e229a149a1335b425d2adfe145f67a2de019f0 Mon Sep 17 00:00:00 2001 From: Jheison Martinez Bolivar Date: Wed, 8 Apr 2026 17:35:04 -0500 Subject: [PATCH] chore: bump version to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a3c6e7..e74990b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghscaff" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Interactive CLI wizard for creating and configuring GitHub repositories" license = "MIT"