Skip to content

Commit 0ef39f2

Browse files
committed
Revert "Override LATEST_PAPER_RELEASE to 1.21.10 to allow referencing new class"
This reverts commit 23f09be.
1 parent bf06e3a commit 0ef39f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/versions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ const findLatest = async (project: Project): Promise<string> => {
6666

6767
const paperProject = await fetchProject("paper");
6868

69-
// export const LATEST_PAPER_RELEASE = await findLatest(paperProject);
70-
export const LATEST_PAPER_RELEASE = "1.21.10";
69+
export const LATEST_PAPER_RELEASE = await findLatest(paperProject);
7170

7271
const velocityProject = await fetchProject("velocity");
7372

0 commit comments

Comments
 (0)