Skip to content

Commit 94f1049

Browse files
committed
Bump to 0.21.0
1 parent a7aedd8 commit 94f1049

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you prefer to install from source do the following:
4646
- Run the following commands to obtain bchd, all dependencies, and install it:
4747

4848
```bash
49-
go install github.com/gcash/bchd@v0.20.0
49+
go install github.com/gcash/bchd@v0.21.0
5050
```
5151

5252
This will download the source code into your GOPATH and compile `bchd` and install it in your path.

kube/bchd-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
namespace: default
55
labels:
66
service: bchd
7-
version: 0.20.0
7+
version: 0.21.0
88
name: bchd
99
spec:
1010
strategy:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
AppMajor uint = 0
20-
AppMinor uint = 20
20+
AppMinor uint = 21
2121
AppPatch uint = 0
2222

2323
// AppPreRelease MUST only contain characters from semanticAlphabet

0 commit comments

Comments
 (0)