From 89350a80ada72a9b85fa8d8480124527e54c935e Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 16 Apr 2021 10:32:21 -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 fd78ae6ae..5408b47d8 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.0' +VERSION = '2.11.1-dev' # Hostname HOSTNAME = platform.node()