Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update api version to 1.2.0
Sebastian Martinez committed 1 year ago
commit ce842b0ca413eef488bf2262274654f36d83fb14
parent fe5ec44
2 files changed +2 -2
modified config/default.json
@@ -1,7 +1,7 @@
{
  "nodes": {
    "fallbackPublicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
-
    "apiVersion": "1.1.0",
+
    "apiVersion": "1.2.0",
    "defaultHttpdPort": 443,
    "defaultLocalHttpdPort": 8080,
    "defaultHttpdHostname": "seed.radicle.garden",
modified radicle-httpd/src/api.rs
@@ -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 = "1.1.0";
+
pub const API_VERSION: &str = "1.2.0";

/// Identifier for sessions
type SessionId = String;