Skip to content

Commit a466291

Browse files
committed
bump API version to '0.9.0'
1 parent 55d12a5 commit a466291

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.8.0";
26+
const API_VERSION: &str = "0.9.0";
2727

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

0 commit comments

Comments
 (0)