Przeglądaj źródła

Post-release version bump

Jeremy Stretch 6 lat temu
rodzic
commit
2ce0ff505a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
 # Environment setup
 #
 
-VERSION = '2.6.3'
+VERSION = '2.6.4-dev'
 
 # Hostname
 HOSTNAME = platform.node()