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 552fbd6 commit d24bb11
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/dsv-sdk-go
module github.com/DelineaXPM/dsv-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/dsv-sdk-go/vault"
"github.com/DelineaXPM/dsv-sdk-go/v2/vault"
)

func main() {
Expand Down

0 comments on commit d24bb11

Please sign in to comment.