jeremystretch 4 лет назад
Родитель
Сommit
1b12185a39
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.11'
+VERSION = '2.11.12-dev'
 
 # Hostname
 HOSTNAME = platform.node()