Explorar el Código

Post-release version bump

Jeremy Stretch hace 5 años
padre
commit
95462ce0ec
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 = '2.8.7'
+VERSION = '2.8.8-dev'
 
 # Hostname
 HOSTNAME = platform.node()