Skip to content

Commit

Permalink
Bump version for future development.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Feb 12, 2013
1 parent 3d5290c commit 686a271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Sonatype {
object GpgBuild extends Build {
val defaultSettings: Seq[Setting[_]] = Seq(
organization := "com.jsuereth",
version := "0.8",
version := "0.9-SNAPSHOT",
publishMavenStyle := false,
publishTo <<= (version) { version: String =>
val scalasbt = "http://repo.scala-sbt.org/scalasbt/"
Expand Down

0 comments on commit 686a271

Please sign in to comment.