Skip to content

Commit

Permalink
Up-issued since the mediator's contracts logic changed in #43
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Jun 30, 2021
1 parent 9b862b1 commit c1a01ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract NFTOmnibridgeInfo is VersionableBridge {
uint64 patch
)
{
return (3, 0, 0);
return (3, 1, 0);
}

/**
Expand Down

0 comments on commit c1a01ae

Please sign in to comment.