Skip to content

Commit

Permalink
version bump v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jan 23, 2023
1 parent 0dcd036 commit 75c138f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion containers/docker-compose.yaml
Expand Up @@ -100,7 +100,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.1.0-dev
REACT_APP_VERSION_NUMBER: v0.3.0-dev
REACT_APP_GIT_REVISION: ${GIT_REVISION}
REACT_APP_SENTRY_DSN: ${REACT_APP_SENTRY_DSN}
REACT_APP_SENTRY_ENVIRONMENT: development
Expand Down
6 changes: 3 additions & 3 deletions pkg/version.go
Expand Up @@ -5,10 +5,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 0
VersionMinor = 1
VersionPatch = 1
VersionMinor = 2
VersionPatch = 0
VersionReleaseLevel = "alpha"
VersionReleaseNumber = 2
VersionReleaseNumber = 3
)

// 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/package.json
@@ -1,6 +1,6 @@
{
"name": "beacon-app",
"version": "0.0.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion web/ensign-landing-page/package.json
@@ -1,6 +1,6 @@
{
"name": "ensign-landing-page",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@lingui/react": "^3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion web/ensign-user-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ensign-user-ui",
"version": "1.0.0",
"version": "0.2.0",
"description": "User UI for Ensign.",
"main": "index.js",
"repository": "https://github.com/rotationalio/ensign",
Expand Down

0 comments on commit 75c138f

Please sign in to comment.