Skip to content

Commit 57d7f3d

Browse files
author
menckend
committed
add netbox 4.2.9 support
1 parent 377d0ca commit 57d7f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_rpki/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RpkiConfig(PluginConfig):
1111
author_email = '[email protected]'
1212
base_url = 'netbox_rpki'
1313
min_version = '3.6.0'
14-
max_version = '4.2.1'
14+
max_version = '4.2.9'
1515
required_settings = []
1616
default_settings = {
1717
'top_level_menu': True

0 commit comments

Comments
 (0)