From 8e72282d20ec177fa62da7d6808975d5260a6838 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Thu, 17 Oct 2024 17:16:13 +0200 Subject: [PATCH] chore: Reset version number in preparation of release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cd0936..2708104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2139,7 +2139,7 @@ dependencies = [ [[package]] name = "scotty" -version = "0.1.1" +version = "0.1.0-alpha.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9aa3aea..ae2b5c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scotty" -version = "0.1.1" +version = "0.1.0-alpha.1" edition = "2021" description = "scotty is a small PaaS which helps you to administer a bunch of docker-compose-based applications. It comes with an API and a cli" authors = ["Stephan Maximilian Huber "]