Skip to content

Commit abc4405

Browse files
committed
Kotlin: Change version numbers
1 parent f12c73f commit abc4405

File tree

6 files changed

+1
-1
lines changed

6 files 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
@@ -25,7 +25,7 @@ def version_string_to_tuple(version):
2525
ci_version = '1.7.0'
2626

2727
# Version numbers in the list need to be in semantically increasing order
28-
many_versions = [ '1.4.32', '1.5.0', '1.5.10', '1.5.21', '1.5.31', '1.6.10', '1.6.20', '1.7.0', '1.7.20-Beta' ]
28+
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-Beta' ]
2929

3030
many_versions_tuples = [version_string_to_tuple(v) for v in many_versions]
3131

0 commit comments

Comments
 (0)