We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf06e3a commit 0ef39f2Copy full SHA for 0ef39f2
src/utils/versions.ts
@@ -66,8 +66,7 @@ const findLatest = async (project: Project): Promise<string> => {
66
67
const paperProject = await fetchProject("paper");
68
69
-// export const LATEST_PAPER_RELEASE = await findLatest(paperProject);
70
-export const LATEST_PAPER_RELEASE = "1.21.10";
+export const LATEST_PAPER_RELEASE = await findLatest(paperProject);
71
72
const velocityProject = await fetchProject("velocity");
73
0 commit comments