Skip to content

Commit

Permalink
Bumping version and setting minimum NetBox version to 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wutcat committed May 22, 2024
1 parent 21c3f11 commit f96af6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbox_nas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class NetBoxNASConfig(PluginConfig):
name = 'netbox_nas'
verbose_name = 'NetBox NAS'
description = 'Add NAS entities to NetBox'
version = '1.0.1'
version = '1.0.2'
base_url = 'nas'
min_version = '3.4.0'
min_version = '4.0.0'

config = NetBoxNASConfig

0 comments on commit f96af6b

Please sign in to comment.