Skip to content

Commit

Permalink
http: release radicle-httpd v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Jun 21, 2024
1 parent e00d13c commit 1fae6b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"nodes": {
"fallbackPublicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
"apiVersion": "0.1.0",
"apiVersion": "1.0.0",
"defaultHttpdPort": 443,
"defaultLocalHttpdPort": 8080,
"defaultHttpdHostname": "seed.radicle.garden",
Expand Down
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.10.0"
version = "0.11.0"
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 @@ -36,7 +36,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 = "0.1.0";
pub const API_VERSION: &str = "1.0.0";

/// Identifier for sessions
type SessionId = String;
Expand Down

0 comments on commit 1fae6b2

Please sign in to comment.