From 18a4232783ae436f1bd976140a3631a9b4ed4a0a Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 28 Jul 2021 16:00:38 -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 f28f72a27..d44d87b23 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.10' +VERSION = '2.11.11-dev' # Hostname HOSTNAME = platform.node()