chore(release): prepare for release v18.4.0-beta.3 (#2305)

This commit is contained in:
Ellie Huxtable
2024-07-23 13:38:41 +01:00
committed by GitHub
parent f8c963c7d6
commit 3cf52990e4
13 changed files with 48 additions and 38 deletions

View File

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.2" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.2" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.3" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.3" }
eyre = { workspace = true }
tracing = "0.1"