From c27eb0eed316917c1aefd37deabeb5f90b089548 Mon Sep 17 00:00:00 2001 From: "ak@geant.org" <ak@geant.org> Date: Thu, 21 Dec 2023 15:44:55 +0000 Subject: [PATCH] update version to v1.0.14 --- geant/gap_ansible/CHANGELOG.md | 2 ++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 83a385d7..3d7b4532 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.14: +- Base-config cleanup 1.0.13: - Base-config cleanup 1.0.12: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 62d34a8f..6928d512 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.0.13 +version: 1.0.14 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab