Skip to content

Commit 3f5d27a

Browse files
authored
1.21.8
1 parent 0a70445 commit 3f5d27a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/src/lib/Api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ export function isApiVersionvalidForMcVersion(apiVersion: string, mcVersion: str
136136
branch = "1.21.6"
137137
} else if (mcVersion.startsWith("1.21.7")) {
138138
branch = "1.21.7"
139+
} else if (mcVersion.startsWith("1.21.8")) {
140+
branch = "1.21.8"
139141
} else if (mcVersion.startsWith("1.21.5")) {
140142
branch = "1.21.5"
141143
} else if (mcVersion.startsWith("1.21.4")) {

0 commit comments

Comments
 (0)