Skip to content

Commit 8ff4b86

Browse files
committed
version bump v0.12.6
1 parent be0ad3b commit 8ff4b86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/content/sdk/golang.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ go run main.go
9191

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

94-
```HEALTHY 0.12.5-beta.20 ([GIT HASH])```
94+
```HEALTHY 0.12.6-beta.21 ([GIT HASH])```
9595

9696
### Make Some Data
9797

docs/content/sdk/python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you see a message like the following, then congratulations! You've successful
7575

7676
```
7777
status: 1
78-
version: 0.12.5-beta.20 ([GIT HASH])
78+
version: 0.12.6-beta.21 ([GIT HASH])
7979
uptime: seconds: 130150
8080
nanos: 862300696
8181
```

pkg/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import "fmt"
66
const (
77
VersionMajor = 0
88
VersionMinor = 12
9-
VersionPatch = 5
9+
VersionPatch = 6
1010
VersionReleaseLevel = "beta"
11-
VersionReleaseNumber = 20
11+
VersionReleaseNumber = 21
1212
)
1313

1414
// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/ensign/pkg.GitVersion=$(git rev-parse --short HEAD)'"

web/beacon-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beacon-app",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "User UI for Ensign.",
55
"main": "index.js",
66
"repository": "https://github.com/rotationalio/ensign",

0 commit comments

Comments
 (0)