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 227b2f0 commit f486befCopy full SHA for f486bef
ir/src/main/scala/org/scalajs/core/ir/ScalaJSVersions.scala
@@ -3,7 +3,7 @@ package org.scalajs.core.ir
3
object ScalaJSVersions {
4
5
/** the Scala.js version of this build */
6
- final val current = "0.6.0-SNAPSHOT"
+ final val current = "0.6.0-RC2"
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