Increased version
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
4bc9626dd1
commit
604c0b747f
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ function extractDataVersion(request: Request): Number {
|
|||
|
||||
// TODO: Implement automated version checks from this metaserver script.
|
||||
// It should check by cron if actual files are really available on all servers.
|
||||
const LAST_AVAILABLE_VERSION = 210825;
|
||||
const BEFORE_LAST_AVAILABLE_VERSION = 211002;
|
||||
const LAST_AVAILABLE_VERSION = 211002;
|
||||
const BEFORE_LAST_AVAILABLE_VERSION = 211022;
|
||||
|
||||
async function handleRequest(request: Request) {
|
||||
const { pathname } = new URL(request.url);
|
||||
|
|
Loading…
Add table
Reference in a new issue