diff --git a/radicle-httpd/Cargo.lock b/radicle-httpd/Cargo.lock index d8e32d8d1..9ac830ae6 100644 --- a/radicle-httpd/Cargo.lock +++ b/radicle-httpd/Cargo.lock @@ -1675,7 +1675,7 @@ dependencies = [ [[package]] name = "radicle-httpd" -version = "0.16.0" +version = "0.17.1" dependencies = [ "anyhow", "axum", diff --git a/radicle-httpd/Cargo.toml b/radicle-httpd/Cargo.toml index f729fd564..ef6af21b9 100644 --- a/radicle-httpd/Cargo.toml +++ b/radicle-httpd/Cargo.toml @@ -3,7 +3,7 @@ name = "radicle-httpd" description = "Radicle HTTP daemon" homepage = "https://radicle.xyz" license = "MIT OR Apache-2.0" -version = "0.16.0" +version = "0.17.1" authors = ["cloudhead "] edition = "2021" default-run = "radicle-httpd" diff --git a/radicle-httpd/src/api.rs b/radicle-httpd/src/api.rs index b90dfcb3b..425fe877a 100644 --- a/radicle-httpd/src/api.rs +++ b/radicle-httpd/src/api.rs @@ -30,7 +30,7 @@ use crate::Options; pub const RADICLE_VERSION: &str = env!("RADICLE_VERSION"); // This version has to be updated on every breaking change to the radicle-httpd API. -pub const API_VERSION: &str = "6.0.0"; +pub const API_VERSION: &str = "6.1.0"; #[derive(Clone)] pub struct Context {