jeremystretch hace 4 años
padre
commit
2bd29127dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

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