summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-02-10 19:03:35 +0100
committerGitHub <noreply@github.com>2024-02-10 19:03:35 +0100
commit6f8bfcfba3be644f54897d9e9aa8e14919182762 (patch)
tree1c8dc5c53b8c11c626b1db3420e2c0cf445a01c4
parent2ef07c6228e39b752a48522a254dd26fa18d91f2 (diff)
parent6c4dd256afd0ee5e037629b14ebc6d0c9f3b9ede (diff)
Merge pull request #7 from matthiasbeyer/prepare-0.4.0HEADv0.4.0master
Update version: 0.3.0 -> 0.4.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cef797..9057095 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kairos"
-version = "0.3.0"
+version = "0.4.0"
edition = "2021"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]