From ec8958f744352957df16a2b4ebc3aa2a26537dd0 Mon Sep 17 00:00:00 2001 From: Galasa Team Date: Thu, 20 Aug 2026 09:57:03 +0000 Subject: [PATCH] Bump version to 1.1.1 Signed-off-by: Galasa Team --- 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 ae88ff8e..3c7b4bd1 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.1.0" +def galasaFrameworkVersion = "1.1.1" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants/common.ts b/galasa-ui/src/utils/constants/common.ts index 63d8c661..a5120b03 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.1.0'; +const CLIENT_API_VERSION = '1.1.1'; const COLORS = { RED: '#da1e28',