Skip to content

Commit e1697ab

Browse files
authored
Merge pull request #1183 from kubev2v/release-v2.6.3
Release v2.6.3
2 parents 5ac4a50 + 48e7349 commit e1697ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-18 AS build
77
# -t quay.io/kubev2v/forklift-console-plugin \
88
# -f ./build/Containerfile \
99
# --build-arg VERSION=1.2.3 .
10-
ARG VERSION=2.6.2
10+
ARG VERSION=2.6.3
1111
ENV VERSION=${VERSION}
1212

1313
# Copy app source

packages/forklift-console-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubev2v/forklift-console-plugin",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "UI for forklift as an openshift console dynamic plugin",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)