Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Dec 9, 2020
1 parent c318263 commit 8eaa063
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.8"
middlewareVersion = "0.0.9"
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 @@ -45,7 +45,7 @@ const (
// variable instead of a constant because
// we typically need the pointer of this
// value.
MiddlewareVersion = "0.0.8"
MiddlewareVersion = "0.0.9"
)

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

0 comments on commit 8eaa063

Please sign in to comment.