Skip to content

Commit

Permalink
feat: bump release version for Bonny (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: dougstorm <[email protected]>
  • Loading branch information
storming0x and dougstorm authored Feb 16, 2021
1 parent edbb87b commit 952b767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/BaseStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ abstract contract BaseStrategy {
* @return A string which holds the current API version of this contract.
*/
function apiVersion() public pure returns (string memory) {
return "0.3.1";
return "0.3.2";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion contracts/Vault.vy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
https://github.com/iearn-finance/yearn-vaults/blob/master/SPECIFICATION.md
"""

API_VERSION: constant(String[28]) = "0.3.1"
API_VERSION: constant(String[28]) = "0.3.2"

from vyper.interfaces import ERC20

Expand Down
2 changes: 1 addition & 1 deletion ethpm-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package_name: vault
version: 0.3.1
version: 0.3.2
settings:
deployment_networks:
- mainnet
Expand Down

0 comments on commit 952b767

Please sign in to comment.