From 2bd29127dc74bf608ae2fb46c19efa8caf0459b0 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 6 Oct 2021 14:04:24 -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 2db9d0267..51f7265c5 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '3.0.6' +VERSION = '3.0.7-dev' # Hostname HOSTNAME = platform.node()