diff --git a/VERSION b/VERSION index fc596241..d6ea79a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.164 +1.0.165 diff --git a/priv/rust/tui/Cargo.lock b/priv/rust/tui/Cargo.lock index 4e601262..add891d5 100644 --- a/priv/rust/tui/Cargo.lock +++ b/priv/rust/tui/Cargo.lock @@ -1806,7 +1806,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "osa-tui" -version = "1.0.164" +version = "1.0.165" dependencies = [ "anyhow", "arboard", diff --git a/priv/rust/tui/Cargo.toml b/priv/rust/tui/Cargo.toml index cb01736e..9fd65fca 100644 --- a/priv/rust/tui/Cargo.toml +++ b/priv/rust/tui/Cargo.toml @@ -4,7 +4,7 @@ name = "osa-tui" # `config::version_source_tests` fails the build if they diverge. This literal is # only ever a last-resort fallback: build.rs prefers $OSA_VERSION (release CI), # then the VERSION file. -version = "1.0.164" +version = "1.0.165" edition = "2021" [[bin]]