Skip to content

Commit

Permalink
Release v2.5.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Jan 2, 2024
1 parent 2dcf98c commit c6c7ced
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 @@ -77,7 +77,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 = "4", patch = "0")
val pluginVersion: String = pluginVersion(major = "2", minor = "5", patch = "0")
val pluginDescriptionFile: String by project
val pluginChangeNotesFile: String by project

Expand Down

0 comments on commit c6c7ced

Please sign in to comment.