From 415bb4a61e03779fc7c1c81cfe63768f4070543c Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 24 Apr 2025 21:05:49 +0100 Subject: [PATCH] change version to alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c522f92..4403b50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "rustframe" -version = "0.0.1" +version = "0.0.1-a.0" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index 97389dd..78b383b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustframe" -version = "0.0.1" +version = "0.0.1-a.0" edition = "2024" license = "GPL-3.0-or-later" readme = "README.md"