Sfoglia il codice sorgente

Post-release version bump

Jeremy Stretch 5 anni fa
parent
commit
357bf671ad
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.8'
+VERSION = '2.8.9-dev'
 
 # Hostname
 HOSTNAME = platform.node()