Skip to content

Commit a0bbea9

Browse files
authored
Merge pull request #681 from bastelfreak/webhook
webhook-go: Update 2.9.0->2.10.0
2 parents 46261ed + c98201f commit a0bbea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Data type: `String[1]`
561561

562562

563563

564-
Default value: `'2.9.0'`
564+
Default value: `'2.10.0'`
565565

566566
##### <a name="-r10k--webhook--service_ensure"></a>`service_ensure`
567567

manifests/webhook.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class r10k::webhook (
1919
Enum['package', 'repo', 'none'] $install_method = 'package',
2020
Boolean $ensure = false,
21-
String[1] $version = '2.9.0',
21+
String[1] $version = '2.10.0',
2222
Variant[
2323
Enum['running', 'stopped'],
2424
Boolean

0 commit comments

Comments
 (0)