Skip to content

Commit e9d4f02

Browse files
committed
build: Add 1.21.11 to supported versions on Modrinth
1 parent 00d261b commit e9d4f02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ modrinth {
261261
"1.20.2", "1.20.3", "1.20.4", "1.20.5",
262262
"1.20.6", "1.21", "1.21.1", "1.21.2",
263263
"1.21.3", "1.21.4", "1.21.5", "1.21.6",
264-
"1.21.7", "1.21.8", "1.21.9", "1.21.10"
264+
"1.21.7", "1.21.8", "1.21.9", "1.21.10",
265+
"1.21.11"
265266
)
266267
changelog.set(readChangeLog())
267268
}

0 commit comments

Comments
 (0)