Skip to content

Commit

Permalink
chore: update API version (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored May 28, 2021
1 parent ac943df commit f5a576b
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 @@ -188,7 +188,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.4.1";
return "0.4.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.4.1"
API_VERSION: constant(String[28]) = "0.4.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.4.1
version: 0.4.2
settings:
deployment_networks:
- mainnet
Expand Down

0 comments on commit f5a576b

Please sign in to comment.