Skip to content

Commit

Permalink
[stable] Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazynina committed Jun 17, 2024
1 parent e512b69 commit 0ba7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/network_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func (s *NetworkAPIService) NetworkStatus(ctx context.Context, request *types.Ne
func (s *NetworkAPIService) NetworkOptions(ctx context.Context, request *types.NetworkRequest) (*types.NetworkOptionsResponse, *types.Error) {
return &types.NetworkOptionsResponse{
Version: &types.Version{
RosettaVersion: "1.4.10",
NodeVersion: "1.3.0",
RosettaVersion: "4.0.0",
NodeVersion: "4.0.0",
},
Allow: &types.Allow{
OperationStatuses: []*types.OperationStatus{
Expand Down

0 comments on commit 0ba7851

Please sign in to comment.