Skip to content

Commit

Permalink
Bump version to 0.3.7-SNAPSHOT (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
densh committed Dec 13, 2017
1 parent 5f6c898 commit 73504cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ sbt "project nscplugin" ++2.11.11 publishSigned
sbt "project nscplugin" ++2.11.8 publishSigned
sbt "project sbtScalaNative" ^^0.13.16 publishSigned
sbt "project sbtScalaNative" ^^1.0.4 publishSigned
sbt "project nir" ^^1.0.4 publishSigned
sbt "project tools" ^^1.0.4 publishSigned
sbt "project util" ^^1.0.4 publishSigned
2 changes: 1 addition & 1 deletion nir/src/main/scala/scala/scalanative/nir/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ object Versions {
final val revision: Int = 4

/* Current public release version of Scala Native. */
final val current: String = "0.3.6"
final val current: String = "0.3.7-SNAPSHOT"
}

0 comments on commit 73504cf

Please sign in to comment.