Skip to content

Commit

Permalink
Bump modules for v2.0.0 tag
Browse files Browse the repository at this point in the history
This may not be strictly necessary since we did not design the builder to
contain any packages that other projects can import, but it seems like it
would be good form that we use a v2 module suffix for the v2.0.0 release tag.

Builds still match bit for bit after this change.
  • Loading branch information
jrick committed May 20, 2024
1 parent b4e520e commit 243303e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dcrctl/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/dcrctl
module decred.org/release/v2/dcrctl

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion dcrd/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/dcrd
module decred.org/release/v2/dcrd

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion dcrdex/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/dcrdex
module decred.org/release/v2/dcrdex

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion dcrlnd/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/dcrlnd
module decred.org/release/v2/dcrlnd

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion dcrwallet/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/dcrwallet
module decred.org/release/v2/dcrwallet

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion decred-release/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/decred-release
module decred.org/release/v2/decred-release

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion politeia/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module decred.org/release/politeia
module decred.org/release/v2/politeia

go 1.17

Expand Down

0 comments on commit 243303e

Please sign in to comment.