ソースを参照

Release v2.0.8

Jeremy Stretch 8 年 前
コミット
dafdbc9ddb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -13,7 +13,7 @@ except ImportError:
     )
 
 
-VERSION = '2.0.8-dev'
+VERSION = '2.0.8'
 
 # Import required configuration parameters
 ALLOWED_HOSTS = DATABASE = SECRET_KEY = None