From d2e016744efd8f935ed78c4e96158c9fc8fa6f43 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 20 Mar 2023 00:44:46 +0300 Subject: [PATCH] Bump version code --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c27b95..160dad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,7 +2792,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "superviseur" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index bd12872..fc1f8eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superviseur" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" repository = "https://github.com/tsirysndr/superviseur" license = "MPL-2.0"