From 1b1914f351e66c5d0db8410c4cf3f162671c0a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 6 Oct 2021 09:14:54 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.10.4-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47368dd..8ddafd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ dependencies = [ [[package]] name = "gardenserver" -version = "0.10.3" +version = "0.10.4-alpha.0" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index e5866fe..8483602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gardenserver" -version = "0.10.3" +version = "0.10.4-alpha.0" authors = ["Tomáš Mládek "] edition = "2018" publish = false