Skip to content

Commit

Permalink
version bump v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Mar 22, 2023
1 parent 3154713 commit 12ca0c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/docker-compose.yaml
Expand Up @@ -136,7 +136,7 @@ services:
REACT_APP_TENANT_BASE_URL: "http://localhost:8080/v1/"
REACT_APP_QUARTERDECK_BASE_URL: "http://localhost:8088/v1/"
REACT_APP_ANALYTICS_ID: ${REACT_APP_ANALYTICS_ID}
REACT_APP_VERSION_NUMBER: v0.5.1-dev
REACT_APP_VERSION_NUMBER: v0.5.2-dev
REACT_APP_GIT_REVISION: ${GIT_REVISION}
REACT_APP_SENTRY_DSN: ${REACT_APP_SENTRY_DSN}
REACT_APP_SENTRY_ENVIRONMENT: development
Expand Down
4 changes: 2 additions & 2 deletions pkg/version.go
Expand Up @@ -6,9 +6,9 @@ import "fmt"
const (
VersionMajor = 0
VersionMinor = 5
VersionPatch = 0
VersionPatch = 1
VersionReleaseLevel = "beta"
VersionReleaseNumber = 6
VersionReleaseNumber = 7
)

// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/ensign/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down
2 changes: 1 addition & 1 deletion web/beacon-app/.env.template
@@ -1,5 +1,5 @@
# Displays the build version (tag) and git revision for debugging
REACT_APP_VERSION_NUMBER=v0.5.1-dev
REACT_APP_VERSION_NUMBER=v0.5.2-dev
REACT_APP_GIT_REVISION=

# Specifies connection information for the backend
Expand Down
2 changes: 1 addition & 1 deletion web/beacon-app/package.json
@@ -1,6 +1,6 @@
{
"name": "beacon-app",
"version": "0.5.0",
"version": "0.5.1",
"description": "User UI for Ensign.",
"main": "index.js",
"repository": "https://github.com/rotationalio/ensign",
Expand Down

0 comments on commit 12ca0c9

Please sign in to comment.