8000 Bump the emitted binary version of the IR to the next version. · sueka/scala-js@12a900a · GitHub
[go: up one dir, main page]

Skip to content

Commit 12a900a

Browse files
committed
Bump the emitted binary version of the IR to the next version.
In preparation for adding a new node for dynamic imports.
1 parent e01cc18 commit 12a900a

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
@@ -33,7 +33,7 @@ object ScalaJSVersions {
3333
* - a prior release version (i.e. "0.5.0", *not* "0.5.0-SNAPSHOT")
3434
* - `current`
3535
*/
36-
val binaryEmitted: String = "0.6.17"
36+
val binaryEmitted: String = current
3737

3838
/** Versions whose binary files we can support (used by deserializer) */
3939
val binarySupported: Set[String] = {

0 commit comments

Comments
 (0)
0