Skip to content

Commit

Permalink
Merge pull request #9 from libp2p/prepare-v2
Browse files Browse the repository at this point in the history
prepare for the v2 release
  • Loading branch information
marten-seemann authored Aug 14, 2021
2 parents 97c5f5d + 04aafe2 commit 277805a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/proxyservice/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"time"

"github.com/libp2p/zeroconf"
"github.com/libp2p/zeroconf/v2"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion examples/register/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"time"

"github.com/libp2p/zeroconf"
"github.com/libp2p/zeroconf/v2"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion examples/resolv/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"time"

"github.com/libp2p/zeroconf"
"github.com/libp2p/zeroconf/v2"
)

var (
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/libp2p/zeroconf
module github.com/libp2p/zeroconf/v2

go 1.15

Expand Down

0 comments on commit 277805a

Please sign in to comment.