Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
release version 0.4.0 to test new bintray-sbt settings
Browse files Browse the repository at this point in the history
  • Loading branch information
szimano committed Jul 29, 2015
1 parent 322907c commit 4d0c6af
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 @@ -6,7 +6,7 @@ import sbtassembly.Plugin.AssemblyKeys._
import sbtassembly.Plugin._

object BuildSettings {
val Version = "0.4.0-SNAPSHOT"
val Version = "0.4.0"

val buildSettings = Defaults.coreDefaultSettings ++ (
if (Version.endsWith("-SNAPSHOT"))
Expand Down

0 comments on commit 4d0c6af

Please sign in to comment.