Skip to content

Commit

Permalink
Append v2 to module path
Browse files Browse the repository at this point in the history
Appending v2 to the module path so that the release can be properly tagged as 2.0.0.
  • Loading branch information
delineaKrehl committed May 27, 2022
1 parent 555dc25 commit 05f8dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/DelineaXPM/tss-sdk-go
module github.com/DelineaXPM/tss-sdk-go/v2

go 1.13
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"github.com/DelineaXPM/tss-sdk-go/server"
"github.com/DelineaXPM/tss-sdk-go/v2/server"
)

func main() {
Expand Down

0 comments on commit 05f8dd1

Please sign in to comment.