From fe1ba8c3a04413b94d9431066933cc31a5046f66 Mon Sep 17 00:00:00 2001 From: weisj <31143295+weisJ@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:58:14 +0100 Subject: [PATCH] Update version number to 2.6.0 The changes in property parsing may brake current theme files. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7e1f04d6..4ccd07b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ kotlin.code.style = official systemProp.org.gradle.internal.publish.checksums.insecure = true # Darklaf version -darklaf.version = 2.5.6 +darklaf.version = 2.6.0 # Plugins com.github.vlsi.vlsi-release-plugins.version = 1.70