Skip to content

Commit

Permalink
Bump httpd version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Nov 11, 2024
1 parent 9d981f9 commit dd81b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion radicle-httpd/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion radicle-httpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"
default-run = "radicle-httpd"
Expand Down
2 changes: 1 addition & 1 deletion radicle-httpd/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dd81b59

Please sign in to comment.