From 20f4898aa70cbd0e2feab1f3861061e099eb8314 Mon Sep 17 00:00:00 2001 From: Liran Rotenberg Date: Tue, 7 Nov 2023 11:52:51 +0200 Subject: [PATCH] Bump to version 2.5.3 Signed-off-by: Liran Rotenberg --- build/Containerfile | 2 +- packages/forklift-console-plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Containerfile b/build/Containerfile index 94ec89fea..980b061b6 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.2 +ARG VERSION=2.5.3 ENV VERSION=${VERSION} # Copy app source diff --git a/packages/forklift-console-plugin/package.json b/packages/forklift-console-plugin/package.json index 67b2bd0f2..16687efc7 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.2", + "version": "2.5.3", "description": "UI for forklift as an openshift console dynamic plugin", "license": "Apache-2.0", "private": true,