Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit d13ff73

Browse files
committed
Bump plugins version
After publishing 0.17.3 to get the Kotlin 1.2.41 upgrade.
1 parent 0f32d93 commit d13ff73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ allprojects {
3535
createOpenTestReportTasks()
3636
}
3737

38-
val publishedPluginsVersion by extra { "0.17.2" }
39-
val futurePluginsVersion = "0.17.3"
38+
val publishedPluginsVersion by extra { "0.17.3" }
39+
val futurePluginsVersion = "0.17.4"
4040
project(":plugins") {
4141
group = "org.gradle.kotlin"
4242
version = futurePluginsVersion

0 commit comments

Comments
 (0)