From 4361ab3d59d5a50e6ae2ad56e73f1d93c7e8cc99 Mon Sep 17 00:00:00 2001 From: weisj <31143295+weisJ@users.noreply.github.com> Date: Sat, 31 Jul 2021 19:55:41 +0200 Subject: [PATCH] Set version to 2.7.0 This is due to the M1 support on macOS. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 74e2e3d1..34143621 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.code.style = official systemProp.org.gradle.internal.publish.checksums.insecure = true # Darklaf version -darklaf.version = 2.6.2 +darklaf.version = 2.7.0 # Plugins com.github.vlsi.vlsi-release-plugins.version = 1.74