Skip to content

Commit

Permalink
version bump v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 13, 2023
1 parent 60c6b91 commit 1034d47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ REACT_APP_TRISATEST_ANALYTICS_ID=
# GDS User UI Build Args
REACT_APP_TRISA_BASE_URL=http://localhost:4437/v1/
REACT_APP_ANALYTICS_ID=
REACT_APP_VERSION_NUMBER=v1.7.1-dev
REACT_APP_VERSION_NUMBER=v1.8.0-dev
REACT_APP_AUTH0_DOMAIN=
REACT_APP_AUTH0_CLIENT_ID=
REACT_APP_AUTH0_REDIRECT_URI=http://localhost:3000/auth/callback
Expand Down
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const (
VersionMajor = 1
VersionMinor = 7
VersionPatch = 1
VersionReleaseLevel = "rc"
VersionReleaseNumber = 7
VersionReleaseLevel = ""
VersionReleaseNumber = 8
)

// Set the GitVersion via -ldflags="-X 'github.com/trisacrypto/directory/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down
2 changes: 1 addition & 1 deletion web/gds-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gds-admin-ui",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"@hookform/resolvers": "^2.9.10",
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REACT_APP_TRISA_BASE_URL='http://localhost:4437/v1/'
REACT_APP_ANALYTICS_ID=''
REACT_APP_VERSION_NUMBER = '1.7.1-dev'
REACT_APP_VERSION_NUMBER = '1.8.0-dev'
REACT_APP_GIT_REVISION = '2022.0.0'
REACT_APP_AUTH0_DOMAIN = ''
REACT_APP_AUTH0_CLIENT_ID = '
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gds-user-ui",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
Expand Down

0 comments on commit 1034d47

Please sign in to comment.