diff --git a/services/network_service_test.go b/services/network_service_test.go index ca3ce36b..74d238ca 100644 --- a/services/network_service_test.go +++ b/services/network_service_test.go @@ -27,7 +27,7 @@ import ( ) var ( - middlewareVersion = "0.0.8" + middlewareVersion = "0.0.9" defaultNetworkOptions = &types.NetworkOptionsResponse{ Version: &types.Version{ RosettaVersion: types.RosettaAPIVersion, diff --git a/services/types.go b/services/types.go index 2948b806..1937885d 100644 --- a/services/types.go +++ b/services/types.go @@ -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