Skip to content

Commit

Permalink
chore: bump version (yearn#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcrab authored and orbxball committed Jul 14, 2021
1 parent f40620b commit 21605df
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
Expand Up @@ -193,7 +193,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.2";
return "0.4.3";
}

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

API_VERSION: constant(String[28]) = "0.4.2"
API_VERSION: constant(String[28]) = "0.4.3"

from vyper.interfaces import ERC20

Expand Down
2 changes: 1 addition & 1 deletion ethpm-config.yaml
@@ -1,5 +1,5 @@
package_name: vault
version: 0.4.2
version: 0.4.3
settings:
deployment_networks:
- mainnet
Expand Down

0 comments on commit 21605df

Please sign in to comment.