Skip to content

Commit 7961e9f

Browse files
committed
version bump v0.12.8
1 parent 5ad6c3c commit 7961e9f

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.7-beta.22 ([GIT HASH])```
94+
```HEALTHY 0.12.8-beta.23 ([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.7-beta.22 ([GIT HASH])
78+
version: 0.12.8-beta.23 ([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 = 7
9+
VersionPatch = 8
1010
VersionReleaseLevel = "beta"
11-
VersionReleaseNumber = 22
11+
VersionReleaseNumber = 23
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.7",
3+
"version": "0.12.8",
44
"description": "User UI for Ensign.",
55
"main": "index.js",
66
"repository": "https://github.com/rotationalio/ensign",

0 commit comments

Comments
 (0)