From 952b767fcd597fac8aa2cf5d023532d150bb9236 Mon Sep 17 00:00:00 2001 From: Storm0x <6074987+dougstorm@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:40:05 -0600 Subject: [PATCH] feat: bump release version for Bonny (#202) Co-authored-by: dougstorm --- contracts/BaseStrategy.sol | 2 +- contracts/Vault.vy | 2 +- ethpm-config.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/BaseStrategy.sol b/contracts/BaseStrategy.sol index c2d0565b..be558170 100644 --- a/contracts/BaseStrategy.sol +++ b/contracts/BaseStrategy.sol @@ -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"; } /** diff --git a/contracts/Vault.vy b/contracts/Vault.vy index b634c98c..af83f6c9 100644 --- a/contracts/Vault.vy +++ b/contracts/Vault.vy @@ -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 diff --git a/ethpm-config.yaml b/ethpm-config.yaml index fb016f7b..2b5a0d4d 100644 --- a/ethpm-config.yaml +++ b/ethpm-config.yaml @@ -1,5 +1,5 @@ package_name: vault -version: 0.3.1 +version: 0.3.2 settings: deployment_networks: - mainnet