Skip to content

Commit

Permalink
Bumped version number to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Mar 7, 2016
1 parent c8370b2 commit a8bed5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ lazy val root = Project(id="fgbio", base=file("."))
.settings(unidocSettings: _*)
.settings(assemblySettings: _*)
.settings(description := "fgbio")
.settings(version := "0.1.0")
.settings(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
Expand Down

0 comments on commit a8bed5e

Please sign in to comment.