summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-19 15:01:40 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-19 15:01:40 +0100
commit45b11e3260c10afa45338525413f609100b76940 (patch)
tree713ad750a1188827b7a1134e86d17af255aba192 /Cargo.toml
parent61e52d2ccaeacefd20fe10d2bafcd5c8eadd8edb (diff)
chore: bump version
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 067fca2..7240e6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.0.5"
+version="0.0.6-alpha.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]