Skip to content

Commit d0aa921

Browse files
committed
Bump version to 0.20.0
1 parent 932c3d5 commit d0aa921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-rc2
49+
go install github.com/gcash/bchd@v0.20.0
5050
```
5151

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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222

2323
// AppPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.
25-
AppPreRelease = "rc2"
25+
AppPreRelease = ""
2626
)
2727

2828
// appBuild is defined as a variable so it can be overridden during the build

0 commit comments

Comments
 (0)