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

Release v3.0.11

This commit is contained in:
jeremystretch
2021-11-24 13:25:57 -05:00
parent 416caa8f50
commit 57ccbf44b8
5 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ from django.core.validators import URLValidator
# Environment setup
#
VERSION = '3.0.11-dev'
VERSION = '3.0.11'
# Hostname
HOSTNAME = platform.node()