aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-16 15:19:33 +0100
committerGitHub <noreply@github.com>2024-07-16 15:19:33 +0100
commit0e7f9b29d25185e218de642c690d82ce4c4672f3 (patch)
tree407d4be5223db9fec9faaebcc53379355468f2e5 /Cargo.toml
parentfix(gui): terminal resize overflow (#2285) (diff)
downloadatuin-0e7f9b29d25185e218de642c690d82ce4c4672f3.zip
chore(release): prepare for release v18.4.0-beta.2 (#2287)
* feat(gui): add runbook list, ability to create and delete, sql storage (#2282) * wip * saving works :)) * functioning delete button * persist selection properly * update contributors * update changelog
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 bb356a5c..eebb8a6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
-version = "18.4.0-beta.1"
+version = "18.4.0-beta.2"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.79"
license = "MIT"