Skip to content

Commit

Permalink
Merge pull request #32 from coinbase/patrick/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
patrick-ogrady authored Oct 28, 2020
2 parents bdaaca4 + 6e86740 commit 651c400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/network_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

var (
middlewareVersion = "0.0.5"
middlewareVersion = "0.0.6"
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion,
Expand Down
2 changes: 1 addition & 1 deletion services/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
// variable instead of a constant because
// we typically need the pointer of this
// value.
MiddlewareVersion = "0.0.5"
MiddlewareVersion = "0.0.6"
)

// Client is used by the servicers to get Peer information
Expand Down

0 comments on commit 651c400

Please sign in to comment.