From dc2a1d79476a8ed198a6cb9a3d2a38b9c532d178 Mon Sep 17 00:00:00 2001 From: Pierre Besson Date: Thu, 18 Jul 2024 11:59:24 +0200 Subject: [PATCH] release version 1.10 --- README.md | 4 ++-- galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad23c7c..a81e883 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Create `requirements.yml` file in your playbook repository (or add to the existi collections: - name: https://github.com/paritytech/ansible-polkadot.git type: git - version: 1.8.0 + version: 1.10.0 ``` or @@ -15,7 +15,7 @@ or ```yaml collections: - name: paritytech.chain - version: 1.8.0 + version: 1.10.0 ``` If you want to install collections in the project space, you have to run: diff --git a/galaxy.yml b/galaxy.yml index 366195a..81e1d6c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.9.1 +version: 1.10.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md