We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1a949 commit 0c81fdaCopy full SHA for 0c81fda
app.py
@@ -175,7 +175,7 @@ async def index(request: Request):
175
else:
176
return JSONResponse(content={"status": "error", "error": "Direct access not allowed"}, status_code=403)
177
info = {
178
- "version": "v2.1-prod-" + version_suffix,
+ "version": "v2.2-prod-" + version_suffix,
179
"buildAt": os.environ.get("BUILD_AT", ""),
180
"author": "binaryYuki <noreply.tzpro.xyz>",
181
"arch": subprocess.run(['uname', '-m'], stdout=subprocess.PIPE).stdout.decode().strip(),
0 commit comments