Skip to content

Commit 374a80c

Browse files
committed
Fix version_added.
1 parent d4cf344 commit 374a80c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/lookup/activation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DOCUMENTATION = """
99
name: activation
1010
author: Robin Gierse (@robin-checkmk)
11-
version_added: "6.8.0"
11+
version_added: "7.2.0"
1212
1313
short_description: Get the status of a single activation
1414

plugins/lookup/activations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DOCUMENTATION = """
99
name: activations
1010
author: Robin Gierse (@robin-checkmk)
11-
version_added: "6.8.0"
11+
version_added: "7.2.0"
1212
1313
short_description: Get all activations
1414

0 commit comments

Comments
 (0)