Skip to content

Commit

Permalink
version bump v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Dec 2, 2022
1 parent 72d00b8 commit 106da86
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,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.5.5-dev
REACT_APP_VERSION_NUMBER=v1.6.1-dev
REACT_APP_AUTH0_DOMAIN=
REACT_APP_AUTH0_CLIENT_ID=
REACT_APP_AUTH0_REDIRECT_URI=http://localhost:3000/auth/callback
Expand Down
6 changes: 3 additions & 3 deletions containers/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ services:
args:
REACT_APP_TRISA_BASE_URL: http://localhost:4437/v1/
REACT_APP_ANALYTICS_ID: ${REACT_APP_STAGING_VASPDIRECTORY_ANALYTICS_ID}
REACT_APP_VERSION_NUMBER: v1.5.5-dev
REACT_APP_VERSION_NUMBER: v1.6.1-dev
REACT_APP_GIT_REVISION: ${REACT_APP_GIT_REVISION}
REACT_APP_SENTRY_DSN: ${REACT_APP_SENTRY_DSN}
REACT_APP_SENTRY_ENVIRONMENT: development
Expand Down Expand Up @@ -225,7 +225,7 @@ services:
REACT_APP_GOOGLE_CLIENT_ID: ${REACT_APP_GOOGLE_CLIENT_ID}
REACT_APP_SENTRY_DSN: ${REACT_APP_ADMIN_SENTRY_DSN}
REACT_APP_SENTRY_ENVIRONMENT: "development"
REACT_APP_VERSION_NUMBER: v1.5.5-dev
REACT_APP_VERSION_NUMBER: v1.6.1-dev
REACT_APP_GIT_REVISION: ${REACT_APP_GIT_REVISION}
image: trisa/gds-testnet-admin-ui
depends_on:
Expand Down Expand Up @@ -387,7 +387,7 @@ services:
REACT_APP_GOOGLE_CLIENT_ID: ${REACT_APP_GOOGLE_CLIENT_ID}
REACT_APP_SENTRY_DSN: ${REACT_APP_ADMIN_SENTRY_DSN}
REACT_APP_SENTRY_ENVIRONMENT: "development"
REACT_APP_VERSION_NUMBER: v1.5.5-dev
REACT_APP_VERSION_NUMBER: v1.6.1-dev
REACT_APP_GIT_REVISION: ${REACT_APP_GIT_REVISION}
image: trisa/gds-admin-ui
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 1
VersionMinor = 5
VersionPatch = 4
VersionMinor = 6
VersionPatch = 0
VersionReleaseLevel = ""
VersionReleaseNumber = 26
VersionReleaseNumber = 27
)

// 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.5.4",
"version": "1.6.0",
"private": true,
"dependencies": {
"@hookform/devtools": "^4.1.0",
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.5.4",
"version": "1.6.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
Expand Down

0 comments on commit 106da86

Please sign in to comment.