From 4440db7d07d7082e47f9f32591c7d6be01a263b1 Mon Sep 17 00:00:00 2001 From: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:47:04 +0100 Subject: [PATCH] Bump version to 1.1.0 Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com> --- 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 cf47e102..ae88ff8e 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 = "1.0.1" +def galasaFrameworkVersion = "1.1.0" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants/common.ts b/galasa-ui/src/utils/constants/common.ts index 9a02b1b7..63d8c661 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 = '1.0.1'; +const CLIENT_API_VERSION = '1.1.0'; const COLORS = { RED: '#da1e28',