Update version

This commit is contained in:
Jeremy Stretch 2023-07-28 10:36:44 -04:00
parent d52c18ce38
commit 9d3bb585a2

View File

@ -25,7 +25,7 @@ from netbox.constants import RQ_QUEUE_DEFAULT, RQ_QUEUE_HIGH, RQ_QUEUE_LOW
# Environment setup
#
VERSION = '3.5.8-dev'
VERSION = '3.6-beta1'
# Hostname
HOSTNAME = platform.node()