Skip to content

Commit

Permalink
Bumping version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Sep 15, 2014
1 parent 81fc2ef commit 2f42707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scalding-core/src/main/scala/com/twitter/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package object scalding {
/**
* Make sure this is in sync with version.sbt
*/
val scaldingVersion: String = "0.11.2"
val scaldingVersion: String = "0.12.0rc3"

object RichPathFilter {
implicit def toRichPathFilter(f: PathFilter) = new RichPathFilter(f)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

version in ThisBuild := "0.12.0rc2"
version in ThisBuild := "0.12.0rc3"

0 comments on commit 2f42707

Please sign in to comment.