From e639de986189abed9735ed4ede136cce183ceecd Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 25 Mar 2021 15:36:32 -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 b909510dd..017ca9c22 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.10.7' +VERSION = '2.10.8-dev' # Hostname HOSTNAME = platform.node()