8000 Version 0.5.6. · mseddon/scala-js@72a65cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 72a65cc

Browse files
committed
Version 0.5.6.
1 parent 7700248 commit 72a65cc

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.6-SNAPSHOT"
6+
final val current = "0.5.6"
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