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.
This commit is contained in:
Ian Lynagh
2025-07-11 14:15:02 +01:00
parent 320f75fa51
commit 65bd1aff83

View File

@@ -27,7 +27,7 @@ import shutil
import io import io
import os import os
DEFAULT_VERSION = "2.1.20" DEFAULT_VERSION = "2.2.0"
def options(): def options():