From 1afa476a19396fd48bd390521dc16e1cd4628114 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 1 May 2024 15:28:36 -0400 Subject: [PATCH] PRVB --- netbox/netbox/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 031c984f1..23803ccc1 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig # Environment setup # -VERSION = '3.7.7' +VERSION = '3.7.8-dev' # Hostname HOSTNAME = platform.node()