jeremystretch 3 years ago
parent
commit
7a44a4e305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -29,7 +29,7 @@ django.utils.encoding.force_text = force_str
 # Environment setup
 #
 
-VERSION = '3.2.9'
+VERSION = '3.2.10-dev'
 
 # Hostname
 HOSTNAME = platform.node()