From 57715d019624e7a9654282e9ec231d989785f56a Mon Sep 17 00:00:00 2001 From: Khushboo <68757952+desaikd@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:23:09 -0700 Subject: [PATCH] Bumps version to v2.6.1 (#68) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 343d644..a02cf98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -88,7 +88,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 = "6", patch = "0") +val pluginVersion: String = pluginVersion(major = "2", minor = "6", patch = "1") val pluginDescriptionFile: String by project val pluginChangeNotesFile: String by project