diff --git a/README.md b/README.md index 644f4b56..a30417cb 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.8 +ansible-galaxy collection install git+https://github.com/ansibleguy/collection_opnsense.git,1.2.9 ## OR ansible-galaxy collection install ansibleguy.opnsense ``` diff --git a/galaxy.yml b/galaxy.yml index b84f087a..191ed22f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: 'ansibleguy' name: 'opnsense' -version: 1.2.8 +version: 1.2.9 readme: 'README.md' authors: - 'AnsibleGuy '