From ccc70bc95f9ba87d1a32f90ed173d7c3fbd89bf5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 24 Jan 2023 11:14:20 +0100 Subject: [PATCH] rest-server: start 0.3 api refactoring Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 6f749553..8238c1d2 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rest-server" -version = "0.2.2" +version = "0.3.0-alpha.1" authors.workspace = true edition.workspace = true license.workspace = true