Skip to content

Commit

Permalink
bump middleware version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Apr 1, 2024
1 parent b07b685 commit ca9c691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/network_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

var (
middlewareVersion = "0.1.2"
middlewareVersion = "0.1.3"
defaultNetworkOptions = &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: types.RosettaAPIVersion,
Expand Down
2 changes: 1 addition & 1 deletion services/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
// variable instead of a constant because
// we typically need the pointer of this
// value.
MiddlewareVersion = "0.1.2"
MiddlewareVersion = "0.1.3"
)

// Client is used by the servicers to get Peer information
Expand Down

0 comments on commit ca9c691

Please sign in to comment.