diff --git a/Echo_Z/__pycache__/settings.cpython-39.pyc b/Echo_Z/__pycache__/settings.cpython-39.pyc index 8723b0b..5b76a10 100644 Binary files a/Echo_Z/__pycache__/settings.cpython-39.pyc and b/Echo_Z/__pycache__/settings.cpython-39.pyc differ diff --git a/Echo_Z/settings.py b/Echo_Z/settings.py index b962349..1a80cdc 100644 --- a/Echo_Z/settings.py +++ b/Echo_Z/settings.py @@ -133,4 +133,6 @@ SIMPLEUI_CONFIG = { 'icon': 'fas fa-code', 'url': 'https://git.zxqblog.cn/xqz_admin/Echo_Z' }], -} \ No newline at end of file +} + +Echo_Z_version = "1.2.1" \ No newline at end of file