update version

This commit is contained in:
Patrick O'Grady 2020-12-02 11:10:37 -06:00
parent d8264b33e0
commit 27c8ae536d
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.7" middlewareVersion = "0.0.8"
defaultNetworkOptions = &types.NetworkOptionsResponse{ defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{ Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion, RosettaVersion: types.RosettaAPIVersion,

View file

@ -45,7 +45,7 @@ const (
// 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.7" MiddlewareVersion = "0.0.8"
) )
// Client is used by the servicers to get Peer information // Client is used by the servicers to get Peer information