Browse Source

Post-release version bump

Jeremy Stretch 7 năm trước cách đây
mục cha
commit
74f14c5535
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.1'
+VERSION = '2.6.2-dev'
 
 # Hostname
 HOSTNAME = platform.node()