Skip to content

Commit

Permalink
scalding to version 0.12.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Katya Gonina committed Sep 5, 2014
1 parent 15da307 commit ed7c352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Scalding is a Scala library that makes it easy to specify Hadoop MapReduce jobs.

![Scalding Logo](https://raw.github.com/twitter/scalding/develop/logo/scalding.png)

Current version: `0.11.2`
Current version: `0.12.0rc1`

## Word Count

Expand Down
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.0rc1"

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.11.2"
version in ThisBuild := "0.12.0rc1"

0 comments on commit ed7c352

Please sign in to comment.