Skip to content

Commit

Permalink
Release v2.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
linlin-s committed Jul 19, 2023
1 parent 7b32caa commit c279e40
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 @@ -57,7 +57,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 = "1")
val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "2")
val pluginDescriptionFile: String by project
val pluginChangeNotesFile: String by project

Expand Down

0 comments on commit c279e40

Please sign in to comment.