Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
update version to 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Feb 28, 2021
1 parent 004fe8c commit 0897161
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM node:14-alpine
# Thes are optional tags used to add additional metadata into the docker image
# These may be supplied by the pipeline in future - until then they will default

ARG version=2.6-SNAPSHOT
ARG version=2.7
ARG VCS_REF=unknown
ARG VCS_ORIGIN=unknown
ARG BUILD_TIME=unknown
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The version in the package.json can be updated using he command 'npm version pre

## Release Notes

This is the release 2.7 release candidate - currently under development.
This is the 2.7 release.

## Project structure
This project is a [Create React App](https://reactjs.org/docs/create-a-new-react-app.html).
Expand Down
2 changes: 1 addition & 1 deletion cra-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egeria-react-ui-client",
"version": "2.7.0-rc.0",
"version": "2.7.0",
"description": "Egeria React User Interface client component.",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cra-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egeria-react-ui-server",
"version": "2.7.0-rc.0",
"version": "2.7.0",
"private": true,
"description": "Egeria React User Interface server component, also known as the presentation server.",
"main": "index.js",
Expand Down

0 comments on commit 0897161

Please sign in to comment.