Unverified Commit ce3cc800 authored by BaiJiangJie's avatar BaiJiangJie Committed by GitHub

Merge pull request #3583 from jumpserver/dev_version

[Update] 修改版本号(v1.5.6)
parents 02650c9c 9556d33d
......@@ -7,6 +7,6 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG', 'DYNAMIC']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '1.5.5'
VERSION = '1.5.6'
CONFIG = ConfigManager.load_user_config()
DYNAMIC = ConfigManager.get_dynamic_config(CONFIG)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment