@@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
- placeholder: v3.0.12
+ placeholder: v3.1.0
validations:
required: true
- type: dropdown
@@ -19,7 +19,7 @@ from netbox.config import PARAMS
# Environment setup
#
-VERSION = '3.1-beta1'
+VERSION = '3.1.0'
# Hostname
HOSTNAME = platform.node()