diff --git a/CHANGELOG.md b/CHANGELOG.md index e5579c7..c695f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file. - Updated clap - Bumped cargo-dist to 0.0.7 - Release rusmux version 0.3.8 +- Release rusmux version 0.3.8 ## [0.3.7] - 2023-04-23 diff --git a/Cargo.lock b/Cargo.lock index 3106849..ec20d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "rusmux" -version = "0.3.8" +version = "0.3.9" dependencies = [ "clap", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 3089cd6..f9bdd59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusmux" -version = "0.3.8" +version = "0.3.9" description = "Automate tmux sessions configuration" authors = ["Meir Kriheli "] edition = "2021"