Update version

This commit is contained in:
Patrick O'Grady 2020-10-27 10:37:47 -07:00
parent fa7b34f90d
commit e64f4e0ee3
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.4" middlewareVersion = "0.0.5"
defaultNetworkOptions = &types.NetworkOptionsResponse{ defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{ Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion, RosettaVersion: types.RosettaAPIVersion,

View file

@ -34,7 +34,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.4" MiddlewareVersion = "0.0.5"
) )
// Client is used by the servicers to get Peer information // Client is used by the servicers to get Peer information