Skip to content

Commit d0d8c57

Browse files
committed
feat: Kotlin 2.2.20-RC EAP release details
1 parent 5be46be commit d0d8c57

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</toc-element>
3535
<toc-element toc-title="What's new in Kotlin">
3636
<toc-element toc-title="Kotlin 2.2.0" accepts-web-file-names="whatsnew.html" topic="whatsnew22.md"/>
37-
<toc-element toc-title="Kotlin 2.2.20-Beta2" topic="whatsnew-eap.md"/>
37+
<toc-element toc-title="Kotlin 2.2.20-RC" topic="whatsnew-eap.md"/>
3838
<toc-element toc-title="Earlier versions">
3939
<toc-element toc-title="Kotlin 2.1.20" topic="whatsnew2120.md"/>
4040
<toc-element toc-title="Kotlin 2.1.0" topic="whatsnew21.md"/>

docs/topics/eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ In this channel, you can also get notifications about new EAP builds.
5252
<th>Build highlights</th>
5353
</tr>
5454
<tr>
55-
<td><strong>2.2.20-Beta2</strong>
56-
<p>Released: <strong>July 29, 2025</strong></p>
57-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-Beta2" target="_blank">Release on GitHub</a></p>
55+
<td><strong>2.2.20-RC</strong>
56+
<p>Released: <strong>August 19, 2025</strong></p>
57+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-RC" target="_blank">Release on GitHub</a></p>
5858
</td>
5959
<td>
6060
<p>A tooling release containing improvements and bug fixes.</p>
61-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-Beta2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.20-Beta2</a>.</p>
61+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.20-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.20-RC</a>.</p>
6262
</td>
6363
</tr>
6464
</table>

docs/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<var name="apiVersion" value="2.1" type="string"/>
1515

1616
<!-- Kotlin EAP -->
17-
<var name="kotlinEapVersion" value="2.2.20-Beta2" type="string"/>
18-
<var name="kotlinEapReleaseDate" value="July 29, 2025" type="string"/>
17+
<var name="kotlinEapVersion" value="2.2.20-RC" type="string"/>
18+
<var name="kotlinEapReleaseDate" value="August 19, 2025" type="string"/>
1919

2020
<!-- Libraries and Frameworks -->
2121
<var name="coroutinesVersion" value="1.10.2" type="string"/>

0 commit comments

Comments
 (0)