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 3517801 commit 824ac40Copy full SHA for 824ac40
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.2-SNAPSHOT"
+ final val current = "0.6.2"
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