Skip to content

Commit

Permalink
bump agent version to match repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Jun 20, 2016
1 parent e451a8f commit 9ccbf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocol/identify/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ID = "/ipfs/id/1.0.0"
// LibP2PVersion holds the current protocol version for a client running this code
// TODO(jbenet): fix the versioning mess.
const LibP2PVersion = "ipfs/0.1.0"
const ClientVersion = "go-libp2p/0.1.0"
const ClientVersion = "go-libp2p/3.3.4"

// IDService is a structure that implements ProtocolIdentify.
// It is a trivial service that gives the other peer some
Expand Down

0 comments on commit 9ccbf10

Please sign in to comment.