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 '