Skip to content

Commit 0c4007f

Browse files
authored
Merge pull request #33 from netbox-community/cruse1977-patch-1
Update __init__.py
2 parents 98d267e + e0942b3 commit 0c4007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_floorplan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FloorplanConfig(PluginConfig):
99
version = "0.4.0"
1010
base_url = "floorplan"
1111
min_version = "4.0.2"
12-
max_version = "4.0.99"
12+
max_version = "4.0.10"
1313

1414

1515
config = FloorplanConfig

0 commit comments

Comments
 (0)