Skip to content

Commit

Permalink
Release v2.3.1 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
linlin-s authored Jul 13, 2023
1 parent 7fda448 commit 41908e1
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 @@ -55,7 +55,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 = "0")
val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "1")
val pluginDescriptionFile: String by project
val pluginChangeNotesFile: String by project

Expand Down

0 comments on commit 41908e1

Please sign in to comment.