1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
Jeremy Stretch
2024-04-22 12:23:31 -04:00
parent d115601da3
commit 0b0dab42eb
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
# Environment setup
#
VERSION = '3.7.6'
VERSION = '3.7.7-dev'
# Hostname
HOSTNAME = platform.node()