jeremystretch 4 лет назад
Родитель
Сommit
4dff20cc8c
1 измененных файлов с 1 добавлено и 1 удалено
  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.11.3'
+VERSION = '2.11.4-dev'
 
 # Hostname
 HOSTNAME = platform.node()