Skip to content

Commit 82706f2

Browse files
authored
Release v2.3.0 (#50)
1 parent 5357052 commit 82706f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ val pluginGroup: String by project
5555
// `pluginName_` variable ends with `_` because of the collision with Kotlin magic getter in the `intellij` closure.
5656
// Read more about the issue: https://github.com/JetBrains/intellij-platform-plugin-template/issues/29
5757
val pluginName_: String by project
58-
val pluginVersion: String = pluginVersion(major = "2", minor = "2", patch = "0")
58+
val pluginVersion: String = pluginVersion(major = "2", minor = "3", patch = "0")
5959
val pluginDescriptionFile: String by project
6060
val pluginChangeNotesFile: String by project
6161

0 commit comments

Comments
 (0)