Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Apr 14, 2016
1 parent 09f7698 commit 7eedb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/scalafmt/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package org.scalafmt
*/
object Versions {
// Nightly, used in CLI, build.sbt, etc.
val nightly = "0.2.1-SNAPSHOT"
val nightly = "0.2.1"
// Stable, used in official user docs.
val stable = "0.2.0"
val stable = "0.2.1"
}

0 comments on commit 7eedb70

Please sign in to comment.