From 101e20da439b0dc0ecf4458a53f3d888e45c967d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 27 Jun 2024 21:10:49 +0200 Subject: [PATCH] chore: bump version to v0.6.0-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 354ca92..e9e9ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"] [workspace.package] publish = true -version = "0.5.1" +version = "0.6.0-alpha.0" edition = "2021" authors = ["Christoph J. Scherr "] license = "MIT"