diff --git a/galaxy.yml b/galaxy.yml index dcfd8b7..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.4 +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 11459be..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.4" +__version__ = "1.4.5" __author__ = "Zscaler Inc." __email__ = "devrel@zscaler.com"