From f3aa15a2d4aa637023f59cba9836b8c7724a65e2 Mon Sep 17 00:00:00 2001 From: Margarita Bobova Date: Wed, 20 Sep 2023 20:33:58 +0200 Subject: [PATCH] chore(release): add kotlin 1.9.20-Beta2 --- gradle.properties | 4 ++-- versions.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7244a34cb..c230d446b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -systemProp.kotlinVersion=1.9.20-Beta -systemProp.kotlinIdeVersion=1.9.20-Beta-224 +systemProp.kotlinVersion=1.9.20-Beta2 +systemProp.kotlinIdeVersion=1.9.20-Beta2-362 systemProp.kotlinIdeVersionSuffix=IJ8109.175 systemProp.policy=executor.policy systemProp.indexes=indexes.json diff --git a/versions.json b/versions.json index bfca0b4c4..bd8e635dd 100644 --- a/versions.json +++ b/versions.json @@ -25,6 +25,6 @@ "latestStable": true }, { - "version": "1.9.20-Beta" + "version": "1.9.20-Beta2" } ]