We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d12a5 commit a466291Copy full SHA for a466291
catalyst-gateway/bin/src/service/api/mod.rs
@@ -23,7 +23,7 @@ pub(crate) mod health;
23
const API_TITLE: &str = "Catalyst Gateway";
24
25
/// The version of the API
26
-const API_VERSION: &str = "0.8.0";
+const API_VERSION: &str = "0.9.0";
27
28
/// Get the contact details for inquiring about the API
29
fn get_api_contact() -> ContactObject {
0 commit comments