Skip to content

Commit 0c81fda

Browse files
committed
chore: bump version
Signed-off-by: binaryYuki <60097976+binaryYuki@users.noreply.github.com>
1 parent 0b1a949 commit 0c81fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ async def index(request: Request):
175175
else:
176176
return JSONResponse(content={"status": "error", "error": "Direct access not allowed"}, status_code=403)
177177
info = {
178-
"version": "v2.1-prod-" + version_suffix,
178+
"version": "v2.2-prod-" + version_suffix,
179179
"buildAt": os.environ.get("BUILD_AT", ""),
180180
"author": "binaryYuki <noreply.tzpro.xyz>",
181181
"arch": subprocess.run(['uname', '-m'], stdout=subprocess.PIPE).stdout.decode().strip(),

0 commit comments

Comments
 (0)