소스 검색

Post-release version bump

Jeremy Stretch 5 년 전
부모
커밋
a5512dd4c4
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.8.6'
+VERSION = '2.8.7-dev'
 
 # Hostname
 HOSTNAME = platform.node()