From c279e40a2e7828f7c7f66c02345c77e7c88f22d8 Mon Sep 17 00:00:00 2001 From: Linlin Sun Date: Wed, 19 Jul 2023 14:55:41 -0700 Subject: [PATCH] Release v2.3.2. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e0d7013..8dde211 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ val pluginGroup: String by project // `pluginName_` variable ends with `_` because of the collision with Kotlin magic getter in the `intellij` closure. // Read more about the issue: https://github.com/JetBrains/intellij-platform-plugin-template/issues/29 val pluginName_: String by project -val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "1") +val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "2") val pluginDescriptionFile: String by project val pluginChangeNotesFile: String by project