Skip to content

Commit f815b2d

Browse files
rudolfssebastinez
authored andcommitted
Bump httpd version numbers
Bump httpd version numbers
1 parent 9d981f9 commit f815b2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

radicle-httpd/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

radicle-httpd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "radicle-httpd"
33
description = "Radicle HTTP daemon"
44
homepage = "https://radicle.xyz"
55
license = "MIT OR Apache-2.0"
6-
version = "0.16.0"
6+
version = "0.17.1"
77
authors = ["cloudhead <cloudhead@radicle.xyz>"]
88
edition = "2021"
99
default-run = "radicle-httpd"

radicle-httpd/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use crate::Options;
3030

3131
pub const RADICLE_VERSION: &str = env!("RADICLE_VERSION");
3232
// This version has to be updated on every breaking change to the radicle-httpd API.
33-
pub const API_VERSION: &str = "6.0.0";
33+
pub const API_VERSION: &str = "6.1.0";
3434

3535
#[derive(Clone)]
3636
pub struct Context {

0 commit comments

Comments
 (0)