Increased version

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-11-30 01:14:37 +01:00
parent 4bc9626dd1
commit 604c0b747f

View file

@ -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);