From 24b28e8218ca986e944ee7e0eb2f6d64dced73cd Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Thu, 27 May 2021 06:09:02 +0200 Subject: [PATCH] Bump to 0.2.10 --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1ce57d..aaeffed 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.2.9 + version: 0.2.10 ``` and then, using ansible >= 2.10, run: diff --git a/galaxy.yml b/galaxy.yml index 7ad34cd..a6dea9b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: eriol name: kit -version: 0.2.9 +version: 0.2.10 readme: README.md authors: - Daniele Tricoli