diff --git a/Cargo.lock b/Cargo.lock index 947e661cfc..c75b6c1f4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.26.3-rc.1" +version = "0.26.3" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index ac92822f8d..9560275fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.26.3-rc.1" +version = "0.26.3" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"