Skip to content

Commit 37c0a5a

Browse files
committed
Update current version for v3 in ics20
1 parent bc2aa29 commit 37c0a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/cw20-ics20/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub fn execute_allow(
204204

205205
const MIGRATE_MIN_VERSION: &str = "0.11.1";
206206
const MIGRATE_VERSION_2: &str = "0.12.0-alpha1";
207-
const MIGRATE_VERSION_3: &str = "0.13.1";
207+
const MIGRATE_VERSION_3: &str = "0.13.2";
208208

209209
#[cfg_attr(not(feature = "library"), entry_point)]
210210
pub fn migrate(mut deps: DepsMut, env: Env, msg: MigrateMsg) -> Result<Response, ContractError> {

0 commit comments

Comments
 (0)