From a1e1b6d54cd0c1c2ad47b88b9eac321a119cfacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:44:28 +0000 Subject: [PATCH] version tag --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12504e4..53700b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shrupl" -version = "0.1.0" +version = "0.1.0-alpha" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 0c53fe1..eca8b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shrupl" -version = "0.1.0" +version = "0.1.0-alpha" edition = "2024" description = "ShrUpl is a tool to upload files to a Sharry Instance through a public Alias, leveraging the tus protocol"