From a226f06b1beb575011d783b202d76cb74d3b1f79 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 8 Sep 2021 16:47:04 -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 416536654..4c71b9549 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -16,7 +16,7 @@ from django.core.validators import URLValidator # Environment setup # -VERSION = '3.0.2' +VERSION = '3.0.3-dev' # Hostname HOSTNAME = platform.node()