Skip to content

Commit

Permalink
chore: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 28, 2023
1 parent 03c0eee commit 13907ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Fixes # (issue)
- [ ] I have run the tests on my machine
- [ ] I have followed commitlint guidelines
- [ ] I have rebased my changes to the latest version of the main branch
- [ ] I have updated the SPECIFICATION.md for any relevant changes
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.0";
string private constant API_VERSION = "3.0.1";

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

0 comments on commit 13907ee

Please sign in to comment.