Skip to content

Commit 2550e11

Browse files
committed
Kotlin: Set CI to use 2.0.0 release
1 parent 5875ec2 commit 2550e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/kotlin_plugin_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def version_string_to_version(version):
4444
return Version(int(m.group(1)), int(m.group(2)), int(m.group(3)), m.group(4))
4545

4646
# Version number used by CI.
47-
ci_version = '1.9.0'
47+
ci_version = '2.0.0'
4848

4949
many_versions = [ '1.5.0', '1.5.10', '1.5.20', '1.5.30', '1.6.0', '1.6.20', '1.7.0', '1.7.20', '1.8.0', '1.9.0-Beta', '1.9.20-Beta', '2.0.0-RC1' ]
5050

0 commit comments

Comments
 (0)