summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-11 00:09:12 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-11 00:09:12 +0100
commita5e9fdadb0f15f3dcdca84c2f275b181d2965598 (patch)
treeaeb7af4436ae190bb848346b0d0dc57c6f440801 /Cargo.toml
parent5879ff0b1bc268f1ae6483bdd94e3d0d8f80154a (diff)
chore: bump to alpha 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 90f4e32..0d5f97b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.2.0"
+version="0.3.0-alpha.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]