Skip to content

Commit

Permalink
chore: update API version to v0.4.1 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored May 27, 2021
1 parent 1dc70ed commit 78c6b0d
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.0";
return "0.4.1";
}

/**
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.0"
API_VERSION: constant(String[28]) = "0.4.1"

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.0
version: 0.4.1
settings:
deployment_networks:
- mainnet
Expand Down

0 comments on commit 78c6b0d

Please sign in to comment.