aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-05-06 16:18:21 -0700
committerGitHub <noreply@github.com>2025-05-06 16:18:21 -0700
commit45460d4c31c793985970a53f125d1a5da42c8d25 (patch)
tree446d80dda27f4999b843a467af607ecfe15934de /Cargo.toml
parentfeat: Implement KV as a write-through cache (#2732) (diff)
downloadatuin-45460d4c31c793985970a53f125d1a5da42c8d25.zip
chore(release): prepare for release 18.6.0 (#2740)
Co-authored-by: Ellie Huxtable <ellie@mac.lan>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 73152513..549f88e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
-version = "18.6.0-beta.1"
+version = "18.6.0"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.86"
license = "MIT"