Jeremy Stretch il y a 4 ans
Parent
commit
e639de9861
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.10.7'
+VERSION = '2.10.8-dev'
 
 # Hostname
 HOSTNAME = platform.node()