jeremystretch 4 years ago
parent
commit
18a4232783
1 changed files with 1 additions and 1 deletions
  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.10'
+VERSION = '2.11.11-dev'
 
 # Hostname
 HOSTNAME = platform.node()