From 51f6d2f45e1bb9d53da6a7f7733673a458c50060 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 27 Apr 2021 10:47:48 -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 8ddf07539..e79884793 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.2' +VERSION = '2.11.3-dev' # Hostname HOSTNAME = platform.node()