From 61e63a78900027756bdf6bea6f0a56822ee64e7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jul 2026 12:08:17 +0000 Subject: [PATCH] Bump version to 1.0.1 --- 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 1d3dfbf6..cf47e102 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.0" +def galasaFrameworkVersion = "1.0.1" def galasaOpenApiYamlVersion = galasaFrameworkVersion repositories { diff --git a/galasa-ui/src/utils/constants/common.ts b/galasa-ui/src/utils/constants/common.ts index 1605e6f0..9a02b1b7 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.0'; +const CLIENT_API_VERSION = '1.0.1'; const COLORS = { RED: '#da1e28',