Skip to content

Commit

Permalink
version bump v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Apr 17, 2024
1 parent be0ad3b commit 8ff4b86
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
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.5-beta.20 ([GIT HASH])```
```HEALTHY 0.12.6-beta.21 ([GIT HASH])```

### Make Some Data

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

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

// 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.12.5",
"version": "0.12.6",
"description": "User UI for Ensign.",
"main": "index.js",
"repository": "https://github.com/rotationalio/ensign",
Expand Down

0 comments on commit 8ff4b86

Please sign in to comment.