Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunozmiranda committed Dec 31, 2024
1 parent 68fd0af commit 8816bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: meraki
version: 2.20.0
version: 2.20.1
readme: README.md
authors:
- Francisco Muñoz <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin_utils/meraki.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(self, params):
suppress_logging=params.get("meraki_suppress_logging"),
simulate=params.get("meraki_simulate"),
be_geo_id=params.get("meraki_be_geo_id"),
caller="MerakiAnsibleCollection/2.19.0 Cisco",
caller="MerakiAnsibleCollection/2.20.1 Cisco",
use_iterator_for_get_pages=params.get(
"meraki_use_iterator_for_get_pages"),
inherit_logging_config=params.get(
Expand Down

0 comments on commit 8816bde

Please sign in to comment.