diff --git a/docs/source/index.rst b/docs/source/index.rst index ddb3b2f..9a71003 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ is a collection of modules that automate configuration and operational tasks on This collection is part of the broader initiative to bring Ansible Automation to Zscaler Zero Trust Platform through the offering **Red Hat® Ansible Certified Content**. -Version: 1.4.6 +Version: 1.4.5 Red Hat Ansible Certified Content for Zscaler ============================================= diff --git a/galaxy.yml b/galaxy.yml index 973c772..98b578a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: zscaler name: zpacloud # The version of the collection. Must be compatible with semantic versioning -version: 1.4.6 +version: 1.4.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 99ffd33..9c292d4 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -26,6 +26,6 @@ __metaclass__ = type # Make sure to keep this file in sync with the version in the galaxy.yml -__version__ = "1.4.6" +__version__ = "1.4.5" __author__ = "Zscaler Inc." __email__ = "devrel@zscaler.com"