diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index a25a0d75..8ff94772 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -8,6 +8,6 @@ __metaclass__ = type # Make sure to keep this file in sync with the version in the galaxy.yml -__version__ = "4.0.0" +__version__ = "4.1.3" __author__ = "CrowdStrike" __email__ = "cloud-integrations@crowdstrike.com"