From 6d9d32510be0c7f6f4e30ce7faa3c268dbfe35ad Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Fri, 26 Aug 2022 18:02:56 +0200 Subject: [PATCH] Bump collection version to 0.6.9 --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69402be..29a15c2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Create a `requirements.yml` with the following content: collections: - name: https://noa.mornie.org/eriol/ansible-collection-kit type: git - version: 0.6.8 + version: 0.6.9 ``` and then, using ansible >= 2.10, run: diff --git a/galaxy.yml b/galaxy.yml index 32ad17e..d2c6381 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: eriol name: kit -version: 0.6.8 +version: 0.6.9 readme: README.md authors: - Daniele Tricoli