Skip to content

Commit

Permalink
Bumped contracts version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev authored Feb 22, 2021
1 parent 8901209 commit a7c9618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract OmnibridgeInfo is VersionableBridge {
uint64 patch
)
{
return (2, 0, 0);
return (2, 1, 0);
}

/**
Expand Down

0 comments on commit a7c9618

Please sign in to comment.