From 7444110c79f0dbbe3a19047962040ebe09eb51cb Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 4 Jun 2021 11:15:12 -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 d0fce6628..11c0f750f 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '2.11.6' +VERSION = '2.11.7-dev' # Hostname HOSTNAME = platform.node()