Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Bergemann committed Oct 5, 2024
1 parent 60eaea4 commit 1510094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def database_init(request: Request):
@router.post("/update_check", tags=["setup"])
async def update_check(request: Request):
global last_check_time, last_check_result
current_version = "v0.0.1-ALPHA"
current_version = "v0.0.2-ALPHA"
current_time = time.time()

# Check if we're still in the rate limit cooldown period
Expand Down

0 comments on commit 1510094

Please sign in to comment.