diff --git a/build.gradle.kts b/build.gradle.kts index 76a31b6..3e8b7e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,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 = "2") +val pluginVersion: String = pluginVersion(major = "2", minor = "4", patch = "0") val pluginDescriptionFile: String by project val pluginChangeNotesFile: String by project