Skip to content

Commit 76d4c1b

Browse files
committed
Version 0.5.0-RC2.
1 parent 54714d6 commit 76d4c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir/src/main/scala/scala/scalajs/ir/ScalaJSVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package scala.scalajs.ir
33
object ScalaJSVersions {
44

55
/** the Scala.js version of this build */
6-
final val current = "0.5.0-SNAPSHOT"
6+
final val current = "0.5.0-RC2"
77

88
/** true iff the Scala.js version of this build is a snapshot version. */
99
final val currentIsSnapshot = current endsWith "-SNAPSHOT"

0 commit comments

Comments
 (0)