From 6bc72109c1004f54595a2179f408055e667881ab Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 20 Sep 2021 13:19:53 -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 a720eb484..6481299f8 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.3' +VERSION = '3.0.4-dev' # Hostname HOSTNAME = platform.node()