8000 Version 0.6.2. · commonlisp/scala-js@824ac40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 824ac40

Browse files
committed
Version 0.6.2.
1 parent 3517801 commit 824ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

55
/** the Scala.js version of this build */
6-
final val current = "0.6.2-SNAPSHOT"
6+
final val current = "0.6.2"
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)
0