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 54714d6 commit 76d4c1bCopy full SHA for 76d4c1b
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.0-SNAPSHOT"
+ final val current = "0.5.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