File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
5252This will download the source code into your GOPATH and compile ` bchd ` and install it in your path.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments