Skip to content

Commit de626cd

Browse files
committed
Bump version to 2.0.0-pre.
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.
1 parent 2f68deb commit de626cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ mining, a certificate from an authority (`CA`) like
6565
command without cloning this repository:
6666

6767
```sh
68-
$ go install github.com/decred/dcrpool@v1.3.0
68+
$ go install github.com/decred/dcrpool@release-v2.0.0
6969
```
7070

7171
Using `@master` instead will perform a build using the latest code from the

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var (
4040
// the app will panic at runtime. Of particular note is the pre-release
4141
// and build metadata portions MUST only contain characters from
4242
// semanticAlphabet.
43-
version = "1.3.0-pre"
43+
version = "2.0.0-pre"
4444

4545
// NOTE: The following values are set via init by parsing the above version
4646
// string.

0 commit comments

Comments
 (0)