ソースを参照

Post-release version bump

Jeremy Stretch 6 年 前
コミット
a2a83a4a4c
1 ファイル変更1 行追加1 行削除
  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
 # Environment setup
 #
 #
 
 
-VERSION = '2.6.7'
+VERSION = '2.6.8-dev'
 
 
 # Hostname
 # Hostname
 HOSTNAME = platform.node()
 HOSTNAME = platform.node()