Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgcodevil committed Aug 30, 2019
1 parent 518eca4 commit 0314820
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / organization := "io.parapet"
ThisBuild / organizationName := "parapet"
ThisBuild / organizationHomepage := Some(url("http://parapet.io/"))

val coreVersion = "0.0.1-RC1"
val coreVersion = "0.0.1-RC2"
scalaVersion := "2.12.8"

scalacOptions in ThisBuild ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion components/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.1-RC1"
version in ThisBuild := "0.0.1-RC2"
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.1-RC1"
version in ThisBuild := "0.0.1-RC2"

0 comments on commit 0314820

Please sign in to comment.