Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Bump plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Oct 2, 2018
1 parent 8f5b630 commit 5cc74b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ allprojects {
version = "1.0-SNAPSHOT"
}

val publishedPluginsVersion by extra { "1.0-rc-10" }
val futurePluginsVersion = "1.0-rc-11"
val publishedPluginsVersion by extra { "1.0-rc-12" }
val futurePluginsVersion = "1.0-rc-13"
project(":plugins") {
group = "org.gradle.kotlin"
version = futurePluginsVersion
Expand Down

0 comments on commit 5cc74b0

Please sign in to comment.