diff --git a/ansible_collections/juniper/device/galaxy.yml b/ansible_collections/juniper/device/galaxy.yml index d1d6f7d5..2fb20eba 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.1 +version: 1.0.3 # 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 20a6d52f..57525f77 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.2-collections" -DATE = "2022-Nov-16" +VERSION = "v1.0.3-collections" +DATE = "2024-Jan-25" diff --git a/version.py b/version.py index 20a6d52f..57525f77 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.2-collections" -DATE = "2022-Nov-16" +VERSION = "v1.0.3-collections" +DATE = "2024-Jan-25"