From 18ad6c689a0ffb69e7f0000b3f18a1df998f1916 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Tue, 5 Aug 2025 00:06:49 +0100 Subject: [PATCH] Bump version to 0.0.1-a.20250805 in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5a7d27..cce3516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustframe" authors = ["Palash Tyagi (https://github.com/Magnus167)"] -version = "0.0.1-a.20250804" +version = "0.0.1-a.20250805" edition = "2021" license = "GPL-3.0-or-later" readme = "README.md"