Bump cache edition

This commit is contained in:
be5invis 2022-12-06 18:18:55 -08:00
parent e7d2d8c6cb
commit 0e1451e311

View file

@ -3,7 +3,7 @@ import zlib from "zlib";
import { encode, decode } from "@msgpack/msgpack"; import { encode, decode } from "@msgpack/msgpack";
const Edition = 21; const Edition = 22;
const MAX_AGE = 16; const MAX_AGE = 16;
class GfEntry { class GfEntry {
constructor(age, value) { constructor(age, value) {