Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Feb 29, 2024
1 parent 966f31c commit 925c0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
config_path = os.environ.get("CONFIG_PATH", "./config/quark_config.json")

app = Flask(__name__)
app.config["APP_VERSION"] = "0.2.1"
app.config["APP_VERSION"] = "0.2.2"
app.secret_key = "ca943f6db6dd34823d36ab08d8d6f65d"
app.json.ensure_ascii = False
app.json.sort_keys = False
Expand Down

0 comments on commit 925c0c2

Please sign in to comment.