From fc893d156c2df8cc004fdb96f8a3192bd14e732a Mon Sep 17 00:00:00 2001 From: alinabuzachis Date: Tue, 29 Oct 2024 15:20:08 +0000 Subject: [PATCH] update aws user-agent variable with version from galaxy.yml --- plugins/module_utils/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index b21074bc278..87381c09551 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -5,4 +5,4 @@ COMMUNITY_AWS_COLLECTION_NAME = "community.aws" -COMMUNITY_AWS_COLLECTION_VERSION = "9.0.0-dev0" +COMMUNITY_AWS_COLLECTION_VERSION = "9.0.0"