Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Bump httpd version numbers
Rūdolfs Ošiņš committed 1 year ago
commit f815b2dbca9ae151d0fa5c597f870e418f57f134
parent 9d981f9
3 files changed +3 -3
modified radicle-httpd/Cargo.lock
@@ -1675,7 +1675,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.16.0"
+
version = "0.17.1"
dependencies = [
 "anyhow",
 "axum",
modified 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 <cloudhead@radicle.xyz>"]
edition = "2021"
default-run = "radicle-httpd"
modified 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 {