diff --git a/ansible_collections/juniper/device/galaxy.yml b/ansible_collections/juniper/device/galaxy.yml index 9bc20c84..d1d6f7d5 100644 --- a/ansible_collections/juniper/device/galaxy.yml +++ b/ansible_collections/juniper/device/galaxy.yml @@ -9,7 +9,7 @@ namespace: juniper name: device # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 1.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index f97a894c..05686310 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.0-collections_dev0" -DATE = "2021-Apr-23" +VERSION = "v1.0.1-collections" +DATE = "2021-Oct-05"