From 896b0314903def6887f3f214a3c4315668296476 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Tue, 24 Dec 2024 15:54:08 +0100 Subject: [PATCH] bump version --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dded4b..dd57a38 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Then - install the collection itself: ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git # stable/tested version: -ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.2.11 +ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.2.12 ## OR ansible-galaxy collection install ansibleguy.opnsense ``` diff --git a/galaxy.yml b/galaxy.yml index bf3ab85..27d46b7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: 'ansibleguy' name: 'opnsense' -version: 1.2.11 +version: 1.2.12 readme: 'README.md' authors: - 'AnsibleGuy '