From 30b2303af46c4d55066be6687c3858fccf330f1e Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 31 Aug 2024 09:29:44 +0200 Subject: [PATCH] update version --- README.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12cae2fb..3eb978f4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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.9 +ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.2.10 ## OR ansible-galaxy collection install ansibleguy.opnsense ``` diff --git a/galaxy.yml b/galaxy.yml index 191ed22f..dd9e5a56 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: 'ansibleguy' name: 'opnsense' -version: 1.2.9 +version: 1.2.10 readme: 'README.md' authors: - 'AnsibleGuy '