Files
paper-mc/paper-server/patches/resources/version.json.patch
Nassim Jahnke 457a0a69bf Bump version string and protocol version to 1.21.6 release
Notably, this does not bump the world data version. This will be left for when the actual Vanilla base is updated, just in case. This early bump will likely be the exception for more ironed out update previews in the future.
2025-06-17 15:54:23 +02:00

24 lines
564 B
Diff

--- a/version.json
+++ b/version.json
@@ -1,9 +_,9 @@
{
- "id": "1.21.6-rc1",
- "name": "1.21.6 Release Candidate 1",
+ "id": "1.21.6",
+ "name": "1.21.6",
"world_version": 4434,
"series_id": "main",
- "protocol_version": 1073742080,
+ "protocol_version": 771,
"pack_version": {
"resource": 63,
"data": 80
@@ -11,6 +_,6 @@
"build_time": "2025-06-12T12:01:32+00:00",
"java_component": "java-runtime-delta",
"java_version": 21,
- "stable": false,
+ "stable": true,
"use_editor": false
}