From 9e673ba6bdf8c7430fbb16987842fc2624083769 Mon Sep 17 00:00:00 2001 From: Oleksandr Liemiahov Date: Wed, 29 Apr 2026 11:25:51 +0300 Subject: [PATCH] increase plugin version to 2026.11 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index efac4229d..6617bdd11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # supported values: 252, 253, 261 environmentName=261 -pluginVersion=2026.10 +pluginVersion=2026.11 # type of IDE (IDEA, CLion, etc.) used to build/test running # for more details see `Different IDEs` section in `PlatformVersions.md`