Skip to content

Commit

Permalink
Bump version to 2.0.0-pre.
Browse files Browse the repository at this point in the history
The earlier commit to change the version to 1.3.0 was a mistake. The
major version needs to be bumped due to changes to the database code
which are not backwards compatible.
  • Loading branch information
jholdstock committed Aug 7, 2024
1 parent fc1c9b6 commit 2806af1
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 @@ -65,7 +65,7 @@ mining, a certificate from an authority (`CA`) like
command without cloning this repository:

```sh
$ go install github.com/decred/dcrpool@v1.3.0
$ go install github.com/decred/dcrpool@release-v2.0.0
```

Using `@master` instead will perform a build using the latest code from the
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
// the app will panic at runtime. Of particular note is the pre-release
// and build metadata portions MUST only contain characters from
// semanticAlphabet.
Version = "1.3.0-pre"
Version = "2.0.0-pre"

// NOTE: The following values are set via init by parsing the above Version
// string.
Expand Down

0 comments on commit 2806af1

Please sign in to comment.