From 768e7b9021681cc0d289565a17e91c55fb37d859 Mon Sep 17 00:00:00 2001 From: Linlin Sun Date: Thu, 13 Jul 2023 15:48:26 -0700 Subject: [PATCH] Release v2.3.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 37b6c9c..60e7745 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,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 = "0") +val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "1") val pluginDescriptionFile: String by project val pluginChangeNotesFile: String by project