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.
This commit is contained in:
Nassim Jahnke
2025-06-17 15:54:23 +02:00
parent a24f9b204c
commit 457a0a69bf
2 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
--- 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
}