We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdaaca4 + 6e86740 commit 651c400Copy full SHA for 651c400
services/network_service_test.go
@@ -27,7 +27,7 @@ import (
27
)
28
29
var (
30
- middlewareVersion = "0.0.5"
+ middlewareVersion = "0.0.6"
31
defaultNetworkOptions = &types.NetworkOptionsResponse{
32
Version: &types.Version{
33
RosettaVersion: types.RosettaAPIVersion,
services/types.go
@@ -42,7 +42,7 @@ var (
42
// variable instead of a constant because
43
// we typically need the pointer of this
44
// value.
45
- MiddlewareVersion = "0.0.5"
+ MiddlewareVersion = "0.0.6"
46
47
48
// Client is used by the servicers to get Peer information
0 commit comments