Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update apiVersion to 5.0.0
Sebastian Martinez committed 1 year ago
commit 02234eac1d7211bffca75137cdd3e53d4aad1e5b
parent 52e1cf3
2 files changed +2 -2
modified config/default.json
@@ -1,7 +1,7 @@
{
  "nodes": {
    "fallbackPublicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
-
    "apiVersion": "4.0.0",
+
    "apiVersion": "5.0.0",
    "defaultHttpdPort": 443,
    "defaultHttpdScheme": "https"
  },
modified radicle-httpd/src/api.rs
@@ -33,7 +33,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 = "4.0.0";
+
pub const API_VERSION: &str = "5.0.0";

#[derive(Clone)]
pub struct Context {