Update version
This commit is contained in:
parent
fa7b34f90d
commit
e64f4e0ee3
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
middlewareVersion = "0.0.4"
|
||||
middlewareVersion = "0.0.5"
|
||||
defaultNetworkOptions = &types.NetworkOptionsResponse{
|
||||
Version: &types.Version{
|
||||
RosettaVersion: types.RosettaAPIVersion,
|
||||
|
|
|
@ -34,7 +34,7 @@ var (
|
|||
// variable instead of a constant because
|
||||
// we typically need the pointer of this
|
||||
// value.
|
||||
MiddlewareVersion = "0.0.4"
|
||||
MiddlewareVersion = "0.0.5"
|
||||
)
|
||||
|
||||
// Client is used by the servicers to get Peer information
|
||||
|
|
Loading…
Reference in a new issue