From 9680ae6847a820e2ff0f2bf73e3fd5ce376e0a3c Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Fri, 30 Jan 2026 14:59:11 +0000 Subject: [PATCH] Uplift dev version to 0.47.0 Signed-off-by: Jade Carino --- build.gradle | 2 +- galasa-ui/src/utils/constants/common.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2316e966..77aba3b2 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.46.0" +def galasaFrameworkVersion = "0.47.0" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants/common.ts b/galasa-ui/src/utils/constants/common.ts index 9f91183d..102fc1f6 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.46.0'; +const CLIENT_API_VERSION = '0.47.0'; const COLORS = { RED: '#da1e28',