Skip to content

Commit

Permalink
Merge pull request #739 from liranr23/versions
Browse files Browse the repository at this point in the history
Change version to 2.5.1
  • Loading branch information
yaacov authored Sep 21, 2023
2 parents f80443d + 0847d2c commit 377fbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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-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
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "2.5.1",
"description": "UI for forklift as an openshift console dynamic plugin",
"license": "Apache-2.0",
"private": true,
Expand Down Expand Up @@ -66,4 +66,4 @@
"msw": {
"workerDirectory": "dist"
}
}
}

0 comments on commit 377fbc5

Please sign in to comment.