Skip to content

Commit

Permalink
Bump TTUV2 version with extraData
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Dec 27, 2023
1 parent 2d77d78 commit 28f1a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/TokenTableUnlockerV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ contract TokenTableUnlockerV2 is
}

function version() external pure returns (string memory) {
return "2.5.3";
return "2.5.4";
}

function calculateAmountClaimable(
Expand Down

0 comments on commit 28f1a51

Please sign in to comment.