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 Aug 13, 2018
1 parent aa15ab0 commit 65ce109
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 @@ -22,8 +22,8 @@ allprojects {
version = "1.0-SNAPSHOT"
}

val publishedPluginsVersion by extra { "1.0-rc-2" }
val futurePluginsVersion = "1.0-rc-3"
val publishedPluginsVersion by extra { "1.0-rc-3" }
val futurePluginsVersion = "1.0-rc-4"
project(":plugins") {
group = "org.gradle.kotlin"
version = futurePluginsVersion
Expand Down

0 comments on commit 65ce109

Please sign in to comment.