Skip to content

Commit 6dc07ad

Browse files
committed
Update to 0.21.1 to resolve module source tree too large
1 parent 72c2413 commit 6dc07ad

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/[email protected].0
49+
go install github.com/gcash/[email protected].1
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.21.0
7+
version: 0.21.1
88
name: bchd
99
spec:
1010
strategy:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
AppMajor uint = 0
2020
AppMinor uint = 21
21-
AppPatch uint = 0
21+
AppPatch uint = 1
2222

2323
// AppPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)