Skip to content

Commit 1d68067

Browse files
committed
Raise worker version to 165 (also server side)
1 parent 820a40a commit 1d68067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/fishtest/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
on how frequently the main instance flushes its run cache.
2828
"""
2929

30-
WORKER_VERSION = 164
30+
WORKER_VERSION = 165
3131

3232
flag_cache = {}
3333

worker/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
)
4747
from updater import update
4848

49-
WORKER_VERSION = 164
49+
WORKER_VERSION = 165
5050
HTTP_TIMEOUT = 30.0
5151
INITIAL_RETRY_TIME = 15.0
5252
THREAD_JOIN_TIMEOUT = 15.0

0 commit comments

Comments
 (0)