Update ipfs-cluster to 0.10.1

ipfs-cluster-ctl commands such as `pin rm` now work

Closes #48
This commit is contained in:
Greg Karékinian
2019-04-30 12:58:10 +02:00
parent c6c997fcd1
commit 61607f77c4
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
node.override['ipfs']['cluster']['version'] = '0.9.0'
node.override['ipfs']['cluster']['version'] = '0.10.1'
include_recipe "ipfs::cluster"
include_recipe "ipfs::cluster_service"