aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-02-05 20:40:53 -0800
committerGitHub <noreply@github.com>2026-02-05 20:40:53 -0800
commit3d3259eb9a6321193e1366d722574be67b085e85 (patch)
treea4f48f9c45b80844df7da6743389f081399284f8 /Cargo.toml
parentfix(tui): space and F1-F24 keys not handled properly by new keybind system (#... (diff)
downloadatuin-3d3259eb9a6321193e1366d722574be67b085e85.zip
chore(release): prepare for release 18.12.0-beta.4 (#3139)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0809518..1dc38710 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
-version = "18.12.0-beta.3"
+version = "18.12.0-beta.4"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.93"
license = "MIT"