Update version

This commit is contained in:
Patrick O'Grady 2020-10-28 12:20:30 -07:00
parent bdaaca43ad
commit 6e867407c4
No known key found for this signature in database
GPG key ID: 8DE11C985C0C8D85
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ import (
) )
var ( var (
middlewareVersion = "0.0.5" middlewareVersion = "0.0.6"
defaultNetworkOptions = &types.NetworkOptionsResponse{ defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{ Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion, RosettaVersion: types.RosettaAPIVersion,

View file

@ -42,7 +42,7 @@ var (
// variable instead of a constant because // variable instead of a constant because
// we typically need the pointer of this // we typically need the pointer of this
// value. // value.
MiddlewareVersion = "0.0.5" MiddlewareVersion = "0.0.6"
) )
// Client is used by the servicers to get Peer information // Client is used by the servicers to get Peer information