summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-16 19:25:36 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-16 19:25:36 +0100
commitbde338363cecb3e978d32e55c65ec1d48b2a847e (patch)
treec5da5ab7a0ba4104fe808e40605aa34a18aa283e /Cargo.toml
parent5626ca475a2372de0ffb6a58fec264a4ba7bf24d (diff)
chore: bump version so graphic stays up to date
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 72d3b29..c297bfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=["crates/cli"]
resolver="2"
[workspace.package]
-version="0.0.4"
+version="0.0.5-alpha.0"
edition="2021"
license="MIT OR Apache-2.0"
authors=["Henry Gressmann <mail@henrygressmann.de>"]