Skip to content

Commit

Permalink
Bump version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Jan 15, 2025
1 parent 932c3d5 commit d0aa921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you prefer to install from source do the following:
- Run the following commands to obtain bchd, all dependencies, and install it:

```bash
go install github.com/gcash/[email protected]-rc2
go install github.com/gcash/[email protected]
```

This will download the source code into your GOPATH and compile `bchd` and install it in your path.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "rc2"
AppPreRelease = ""
)

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

0 comments on commit d0aa921

Please sign in to comment.