diff --git a/build.gradle b/build.gradle index 44d7000..9a6b36a 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } // Right now, the REST interface spec is always the same version as the galasa framework bundles. -def galasaFrameworkVersion = "0.39.0" +def galasaFrameworkVersion = "0.40.0" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants.ts b/galasa-ui/src/utils/constants.ts index 8b31240..3f16445 100644 --- a/galasa-ui/src/utils/constants.ts +++ b/galasa-ui/src/utils/constants.ts @@ -4,7 +4,7 @@ * SPDX-License-Identifier: EPL-2.0 */ -const CLIENT_API_VERSION = "0.39.0"; +const CLIENT_API_VERSION = "0.40.0"; export {CLIENT_API_VERSION}; \ No newline at end of file