Skip to content

Commit ecb07cc

Browse files
authored
Add support for bolt 4.x (#529)
1 parent 66567dc commit ecb07cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/assert_supported_bolt_version.pp

+1-1
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)