Skip to content

Commit c95310e

Browse files
authored
Merge branch 'main' into feat/face-performance-optimization-3352
2 parents 42cdc03 + d5e38b7 commit c95310e

File tree

1 file changed

+1
-1
lines changed
  • catalyst-gateway/bin/src/service/api

1 file changed

+1
-1
lines changed

catalyst-gateway/bin/src/service/api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub(crate) mod health;
2323
const API_TITLE: &str = "Catalyst Gateway";
2424

2525
/// The version of the API
26-
const API_VERSION: &str = "0.6.0";
26+
const API_VERSION: &str = "0.7.0";
2727

2828
/// Get the contact details for inquiring about the API
2929
fn get_api_contact() -> ContactObject {

0 commit comments

Comments
 (0)