Skip to content

Commit

Permalink
Merge pull request #1183 from kubev2v/release-v2.6.3
Browse files Browse the repository at this point in the history
Release v2.6.3
  • Loading branch information
yaacov authored May 30, 2024
2 parents 5ac4a50 + 48e7349 commit e1697ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.2
ARG VERSION=2.6.3
ENV VERSION=${VERSION}

# Copy app source
Expand Down
2 changes: 1 addition & 1 deletion packages/forklift-console-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kubev2v/forklift-console-plugin",
"version": "2.6.2",
"version": "2.6.3",
"description": "UI for forklift as an openshift console dynamic plugin",
"license": "Apache-2.0",
"private": true,
Expand Down

0 comments on commit e1697ab

Please sign in to comment.