summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-27 22:45:02 +0100
committerHenry <mail@henrygressmann.de>2023-12-27 22:45:02 +0100
commit1041182f6ed3376eb62f4269c41cb16a47ab8ad0 (patch)
tree013f7a8cc2de045d2308cba6be3f1af9a48f8dee /Cargo.toml
parenta7ce6334efbe39c2cc36e159132aef93834bfd72 (diff)
chore: bump version
Signed-off-by: Henry <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 bf078c5..ae4fd11 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.1.0"
+version="0.2.0-alpha.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]