Skip to content

Commit

Permalink
Bumps version to v2.6.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Jun 11, 2024
1 parent 36f8093 commit 57715d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57715d0

Please sign in to comment.