From 7d975bcaa57f0f878641aa861e0a1ec0ccbec409 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Thu, 22 Feb 2024 19:01:06 +0200 Subject: [PATCH] Bump version to 2.6.0 Signed-off-by: Arik Hadas --- 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 f8b520c14..0ca95854e 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -7,7 +7,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18 AS build # -t quay.io/kubev2v/forklift-console-plugin \ # -f ./build/Containerfile \ # --build-arg VERSION=1.2.3 . -ARG VERSION=2.5.1 +ARG VERSION=2.6.0 ENV VERSION=${VERSION} # Copy app source diff --git a/packages/forklift-console-plugin/package.json b/packages/forklift-console-plugin/package.json index d0c73cea9..510e702b4 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.1", + "version": "2.6.0", "description": "UI for forklift as an openshift console dynamic plugin", "license": "Apache-2.0", "private": true, @@ -71,4 +71,4 @@ "msw": { "workerDirectory": "dist" } -} \ No newline at end of file +}