Skip to content

Commit a0c026b

Browse files
feat: Kotlin 2.2.0-Beta2 release details (#4818)
* feat: Kotlin 2.2.0-Beta2 release details * chore: fix date
1 parent b13eed2 commit a0c026b

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 toc-title="What's new in Kotlin">
3535
<toc-element toc-title="Kotlin 2.1.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2120.md"/>
3636
<toc-element toc-title="Kotlin 2.1.0" topic="whatsnew21.md"/>
37-
<toc-element toc-title="Kotlin 2.2.0-Beta1" topic="whatsnew-eap.md"/>
37+
<toc-element toc-title="Kotlin 2.2.0-Beta2" topic="whatsnew-eap.md"/>
3838
<toc-element toc-title="Earlier versions">
3939
<toc-element toc-title="Kotlin 2.0.20" topic="whatsnew2020.md"/>
4040
<toc-element toc-title="Kotlin 2.0.0" topic="whatsnew20.md"/>

docs/topics/eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ In this channel, you can also get notifications about new EAP builds.
5454
<th>Build highlights</th>
5555
</tr>
5656
<tr>
57-
<td><strong>2.2.0-Beta1</strong>
58-
<p>Released: <strong>April 15, 2025</strong></p>
59-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta1" target="_blank">Release on GitHub</a></p>
57+
<td><strong>2.2.0-Beta2</strong>
58+
<p>Released: <strong>April 30, 2025</strong></p>
59+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta2" target="_blank">Release on GitHub</a></p>
6060
</td>
6161
<td>
6262
<p>A language release with previews of new features and tooling updates.</p>
63-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-Beta1</a>.</p>
63+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-Beta2</a>.</p>
6464
</td>
6565
</tr>
6666
<tr>

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.0-Beta1" type="string"/>
18-
<var name="kotlinEapReleaseDate" value="April 15, 2025" type="string"/>
17+
<var name="kotlinEapVersion" value="2.2.0-Beta2" type="string"/>
18+
<var name="kotlinEapReleaseDate" value="April 30, 2025" type="string"/>
1919

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

0 commit comments

Comments
 (0)