1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.7-beta1

This commit is contained in:
Jeremy Stretch
2023-12-05 08:25:48 -05:00
parent 1afac47178
commit f58d80643c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## v3.7-beta1 (FUTURE)
## v3.7-beta1 (2023-12-05)
### Breaking Changes

View File

@ -27,7 +27,7 @@ from netbox.plugins import PluginConfig
# Environment setup
#
VERSION = '3.6.7-dev'
VERSION = '3.7-beta1'
# Hostname
HOSTNAME = platform.node()