From 99feb23ddc65bf915c8ac537afea3085662526bd Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Thu, 8 Feb 2024 08:57:52 +0100 Subject: [PATCH] realse version 2 --- webapp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Cargo.toml b/webapp/Cargo.toml index d3883e992..ca8b98643 100644 --- a/webapp/Cargo.toml +++ b/webapp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webapp" -version = "0.1.0" +version = "0.2.0" build = "build.rs" edition = "2021"