Skip to content

Commit 9177831

Browse files
committed
version bump v0.12.0
1 parent d1c1255 commit 9177831

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.11.0-beta.14 ([GIT HASH])```
94+
```HEALTHY 0.12.0-beta.15 ([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.11.0-beta.14 ([GIT HASH])
78+
version: 0.12.0-beta.15 ([GIT HASH])
7979
uptime: seconds: 130150
8080
nanos: 862300696
8181
```

pkg/ensign/api/v1beta1/deduplication_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ func TestDuplicateReferencing(t *testing.T) {
603603
PublisherId: "01HD1M0AVDVHPA4WA73MAA7NH7",
604604
Ipaddr: "192.148.21.133",
605605
ClientId: "data-ingestor-bravo",
606-
UserAgent: "Go-Ensign v0.11.0",
606+
UserAgent: "Go-Ensign v0.12.0",
607607
}
608608
}
609609

pkg/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import "fmt"
55
// Version component constants for the current build.
66
const (
77
VersionMajor = 0
8-
VersionMinor = 11
8+
VersionMinor = 12
99
VersionPatch = 0
1010
VersionReleaseLevel = "beta"
11-
VersionReleaseNumber = 14
11+
VersionReleaseNumber = 15
1212
)
1313

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

web/beacon-app/.env.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Displays the build version (tag) and git revision for debugging
2-
REACT_APP_VERSION_NUMBER=v0.12.0-dev
2+
REACT_APP_VERSION_NUMBER=v0.14.0-dev
33
REACT_APP_GIT_REVISION=
44

55
# Specifies connection information for the backend

web/beacon-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "beacon-app",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "User UI for Ensign.",
55
"main": "index.js",
66
"repository": "https://github.com/rotationalio/ensign",
77
"author": "Rotational Labs",
8-
"license": "MIT",
8+
"license": "BSD-3-Clause",
99
"private": true,
1010
"scripts": {
1111
"dev": "vite --port 3000",

0 commit comments

Comments
 (0)