From 0847d2c3b5cb76116932078f476d914a6fe9cad2 Mon Sep 17 00:00:00 2001 From: Liran Rotenberg Date: Thu, 21 Sep 2023 11:13:17 +0300 Subject: [PATCH] Change version to 2.5.1 Signed-off-by: Liran Rotenberg --- build/Containerfile | 2 +- packages/forklift-console-plugin/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Containerfile b/build/Containerfile index 90d8572a5..e00bf495e 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -7,7 +7,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-16 AS build # -t quay.io/kubev2v/forklift-console-plugin \ # -f ./build/Containerfile \ # --build-arg VERSION=1.2.3 . -ARG VERSION=2.5.0 +ARG VERSION=2.5.1 ENV VERSION=${VERSION} # Copy app source diff --git a/packages/forklift-console-plugin/package.json b/packages/forklift-console-plugin/package.json index 2754623c8..0331ae387 100644 --- a/packages/forklift-console-plugin/package.json +++ b/packages/forklift-console-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@kubev2v/forklift-console-plugin", - "version": "2.5.0", + "version": "2.5.1", "description": "UI for forklift as an openshift console dynamic plugin", "license": "Apache-2.0", "private": true, @@ -66,4 +66,4 @@ "msw": { "workerDirectory": "dist" } -} \ No newline at end of file +}