From bbfbbb4b226ab2531f5625a7b1451c7a73060572 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Wed, 2 Oct 2024 11:01:04 +0200 Subject: [PATCH] Release 5.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a8c666f0..2bb7059d 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.0.0-SNAPSHOT +artifactVersion = 5.0.0 jdk.version=17