Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupeti10 committed Oct 22, 2018
1 parent 915b0b7 commit 2fe2ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion O-MI-Node/html/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.6.dev
1.0.6
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addCommandAlias("systemTest", "omiNode/testOnly http.SystemTest")

def commonSettings(moduleName: String) = Seq(
name := s"O-MI-$moduleName",
version := "1.0.6.dev", // WARN: Release ver must be "x.y.z" (no dashes, '-')
version := "1.0.6", // WARN: Release ver must be "x.y.z" (no dashes, '-')
scalaVersion := "2.12.6",
scalacOptions := Seq("-unchecked", "-feature", "-deprecation", "-encoding", "utf8", "-Xlint", s"-P:genjavadoc:out=${target.value}/java"),
scalacOptions in (Compile,doc) ++= Seq("-groups", "-deprecation", "-implicits", "-diagrams", "-diagrams-debug", "-encoding", "utf8"),
Expand Down

0 comments on commit 2fe2ef7

Please sign in to comment.