We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af60aa commit a603f21Copy full SHA for a603f21
java/kotlin-extractor/kotlin_plugin_versions.py
@@ -22,7 +22,7 @@ def version_string_to_tuple(version):
22
return tuple([int(m.group(i)) for i in range(1, 4)] + [m.group(4)])
23
24
# Version number used by CI.
25
-ci_version = '1.8.10'
+ci_version = '1.9.0'
26
27
many_versions = [ '1.4.32', '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' ]
28
0 commit comments