From b84d2079b07751c5ac05eb60409309b466741475 Mon Sep 17 00:00:00 2001 From: lthiery Date: Wed, 11 Dec 2024 14:08:44 +0000 Subject: [PATCH] idl-update: program-helium-sub-daos-0.1.9 --- idl/helium_sub_daos.json | 4 ++-- programs/helium-sub-daos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/idl/helium_sub_daos.json b/idl/helium_sub_daos.json index 3eb6b23..27543e5 100644 --- a/idl/helium_sub_daos.json +++ b/idl/helium_sub_daos.json @@ -1,5 +1,5 @@ { - "version": "0.1.8", + "version": "0.1.9", "name": "helium_sub_daos", "instructions": [ { @@ -1801,7 +1801,7 @@ }, { "name": "subDaoEpochInfo", - "isMut": false, + "isMut": true, "isSigner": false, "relations": [ "sub_dao" diff --git a/programs/helium-sub-daos/Cargo.toml b/programs/helium-sub-daos/Cargo.toml index 4ed0913..6de7169 100644 --- a/programs/helium-sub-daos/Cargo.toml +++ b/programs/helium-sub-daos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helium-sub-daos" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Louis Thiery "] license = "Apache-2.0"