Skip to content

Commit e21cafc

Browse files
committed
Add support for bolt 4.x
1 parent bbc1487 commit e21cafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/assert_supported_bolt_version.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
function peadm::assert_supported_bolt_version (
77
# No arguments
88
) >> Struct[{ 'supported' => Boolean }] {
9-
$supported_bolt_version = '>= 3.17.0 < 4.0.0'
9+
$supported_bolt_version = '>= 3.17.0 < 5.0.0'
1010
$supported = (peadm::bolt_version() =~ SemVerRange($supported_bolt_version))
1111
# lint:ignore:strict_indent
1212
unless $supported {

0 commit comments

Comments
 (0)