From 795134c084c24efe2c86de266390071216b0233b Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 3 Feb 2022 11:34:36 -0500 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 d69c45fc9..c7498d1f2 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -19,7 +19,7 @@ from netbox.config import PARAMS # Environment setup # -VERSION = '3.1.7' +VERSION = '3.1.8-dev' # Hostname HOSTNAME = platform.node()