diff --git a/build.gradle b/build.gradle index 6c053578..bd030908 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.48.0" +def galasaFrameworkVersion = "0.48.1" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants/common.ts b/galasa-ui/src/utils/constants/common.ts index e339a3e7..34147cd0 100644 --- a/galasa-ui/src/utils/constants/common.ts +++ b/galasa-ui/src/utils/constants/common.ts @@ -6,7 +6,7 @@ import { ColumnDefinition } from '../interfaces'; -const CLIENT_API_VERSION = '0.48.0'; +const CLIENT_API_VERSION = '0.48.1'; const COLORS = { RED: '#da1e28',