Skip to content

Commit 65bd1af

Browse files
committed
Kotlin: Update default version to 2.2.0
Changes the default version from 2.1.20 to 2.2.0 in the wrapper.py file.
1 parent 320f75f commit 65bd1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/dev/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import io
2828
import os
2929

30-
DEFAULT_VERSION = "2.1.20"
30+
DEFAULT_VERSION = "2.2.0"
3131

3232

3333
def options():

0 commit comments

Comments
 (0)