Skip to content

Commit

Permalink
feat: version 302
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Dec 20, 2023
1 parent 562445b commit 28f753f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TokenizedStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ contract TokenizedStrategy {
//////////////////////////////////////////////////////////////*/

// API version this TokenizedStrategy implements.
string private constant API_VERSION = "3.0.1";
string private constant API_VERSION = "3.0.2";

// Used for fee calculations.
uint256 private constant MAX_BPS = 10_000;
Expand Down

0 comments on commit 28f753f

Please sign in to comment.