diff --git a/build.sbt b/build.sbt index fa00119d3..44b75a768 100755 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. */ -version in ThisBuild := "0.18.2" +version in ThisBuild := "0.18.2-rc2" lazy val root = project.in(file(".")) .aggregate(common, loader, shredder)