From cca45aa14036bea37d67cebf4108d322301cd9d8 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Tue, 10 Dec 2024 14:59:27 +0100 Subject: [PATCH] Release 5.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 88f15ca87..d66451029 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ kotlin.mpp.enableCInteropCommonization=true kotlin.mpp.stability.nowarn=true kotlin.native.ignoreDisabledTargets=true -artifactVersion = 5.2.0-SNAPSHOT +artifactVersion = 5.2.0 jdk.version=17