Skip to content

Commit

Permalink
Merge branch 'release-0.12.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jan 25, 2024
2 parents 0bf2b1d + 6414129 commit d34c1e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/sdk/golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ go run main.go

If you see a message like the following, then congratulations! You've successfully connected to Ensign!

```HEALTHY 0.12.4-beta.18 ([GIT HASH])```
```HEALTHY 0.12.5-beta.20 ([GIT HASH])```

### Make Some Data

Expand Down
2 changes: 1 addition & 1 deletion docs/content/sdk/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you see a message like the following, then congratulations! You've successful

```
status: 1
version: 0.12.4-beta.18 ([GIT HASH])
version: 0.12.5-beta.20 ([GIT HASH])
uptime: seconds: 130150
nanos: 862300696
```
Expand Down
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import "fmt"
const (
VersionMajor = 0
VersionMinor = 12
VersionPatch = 4
VersionPatch = 5
VersionReleaseLevel = "beta"
VersionReleaseNumber = 19
VersionReleaseNumber = 20
)

// 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beacon-app",
"version": "0.12.4",
"version": "0.12.5",
"description": "User UI for Ensign.",
"main": "index.js",
"repository": "https://github.com/rotationalio/ensign",
Expand Down

0 comments on commit d34c1e4

Please sign in to comment.