Skip to content

Commit

Permalink
Merge pull request #31 from WillAbides/modver
Browse files Browse the repository at this point in the history
add /v2 to end of module
  • Loading branch information
WillAbides authored Nov 25, 2019
2 parents f291b39 + 2577805 commit cc7d5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/bindown/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"

"github.com/alecthomas/kong"
"github.com/willabides/bindown"
"github.com/willabides/bindown/v2"
)

var configKongVars = kong.Vars{
Expand Down
2 changes: 1 addition & 1 deletion cmd/bindown/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"runtime"

"github.com/alecthomas/kong"
"github.com/willabides/bindown"
"github.com/willabides/bindown/v2"
)

var downloadKongVars = kong.Vars{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/willabides/bindown
module github.com/willabides/bindown/v2

go 1.12

Expand Down

0 comments on commit cc7d5e2

Please sign in to comment.