Skip to content

Commit cb8ac88

Browse files
authored
feat: Kotlin 2.1.20-RC3 release (#4750)
* feat: Kotlin 2.1.20-RC3 release * updating release date
1 parent eb498f7 commit cb8ac88

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
@@ -24,7 +24,7 @@
2424
</toc-element>
2525
<toc-element toc-title="What's new in Kotlin">
2626
<toc-element toc-title="Kotlin 2.1.0" accepts-web-file-names="whatsnew.html" topic="whatsnew21.md"/>
27-
<toc-element toc-title="Kotlin 2.1.20-RC2" topic="whatsnew-eap.md"/>
27+
<toc-element toc-title="Kotlin 2.1.20-RC3" topic="whatsnew-eap.md"/>
2828
<toc-element toc-title="Earlier versions">
2929
<toc-element toc-title="Kotlin 2.0.20" topic="whatsnew2020.md"/>
3030
<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
@@ -43,13 +43,13 @@ In this channel, you can also get notifications about new EAP builds.
4343
<th>Build highlights</th>
4444
</tr>
4545
<tr>
46-
<td><strong>2.1.20-RC2</strong>
47-
<p>Released: <strong>March 6, 2025</strong></p>
48-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC2" target="_blank">Release on GitHub</a></p>
46+
<td><strong>2.1.20-RC3</strong>
47+
<p>Released: <strong>March 14, 2025</strong></p>
48+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC3" target="_blank">Release on GitHub</a></p>
4949
</td>
5050
<td>
5151
<p>A tooling release with K2 kapt enabled by default.</p>
52-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.20-RC2</a>.</p>
52+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.20-RC3">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.20-RC3</a>.</p>
5353
</td>
5454
</tr>
5555
</table>

docs/v.list

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

1515
<!-- Kotlin EAP -->
16-
<var name="kotlinEapVersion" value="2.1.20-RC2" type="string"/>
17-
<var name="kotlinEapReleaseDate" value="March 6, 2025" type="string"/>
16+
<var name="kotlinEapVersion" value="2.1.20-RC3" type="string"/>
17+
<var name="kotlinEapReleaseDate" value="March 14, 2025" type="string"/>
1818

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

0 commit comments

Comments
 (0)