Skip to content

Commit

Permalink
Merge pull request #30 from HisAtri/dev
Browse files Browse the repository at this point in the history
更新版本号
  • Loading branch information
HisAtri authored Mar 8, 2024
2 parents efc8925 + 672ed10 commit a7fdb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_server(debug=False):
logger = logging.getLogger('')
logger.info("正在启动服务器")
run_process.run()
check_update.run(version="1.5.0")
check_update.run(version="1.5.1")
# 注册 Blueprint 到 Flask 应用
app.register_blueprint(v1_bp)
# 启动
Expand Down

0 comments on commit a7fdb6c

Please sign in to comment.