We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5357052 commit 82706f2Copy full SHA for 82706f2
build.gradle.kts
@@ -55,7 +55,7 @@ val pluginGroup: String by project
55
// `pluginName_` variable ends with `_` because of the collision with Kotlin magic getter in the `intellij` closure.
56
// Read more about the issue: https://github.com/JetBrains/intellij-platform-plugin-template/issues/29
57
val pluginName_: String by project
58
-val pluginVersion: String = pluginVersion(major = "2", minor = "2", patch = "0")
+val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "0")
59
val pluginDescriptionFile: String by project
60
val pluginChangeNotesFile: String by project
61
0 commit comments