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-05-01 15:28:36 -04:00
parent 2c06616a1d
commit 39a830798e

View File

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