8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7700248 commit 72a65ccCopy full SHA for 72a65cc
ir/src/main/scala/scala/scalajs/ir/ScalaJSVersions.scala
@@ -3,7 +3,7 @@ package scala.scalajs.ir
3
object ScalaJSVersions {
4
5
/** the Scala.js version of this build */
6
- final val current = "0.5.6-SNAPSHOT"
+ final val current = "0.5.6"
7
8
/** true iff the Scala.js version of this build is a snapshot version. */
9
final val currentIsSnapshot = current endsWith "-SNAPSHOT"
0 commit comments