From ec5ed17860542544ba4205cdcbf651e93c1e6ca5 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 8 Jul 2021 09:21:35 -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 2db448360..7d4b570c2 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.9' +VERSION = '2.11.10-dev' # Hostname HOSTNAME = platform.node()