Skip to content

Commit 24d417a

Browse files
committed
Bump the version to 1.18.0-SNAPSHOT for the upcoming changes.
As well as the IR version to 1.18-SNAPSHOT.
1 parent 7c95972 commit 24d417a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import java.util.concurrent.ConcurrentHashMap
1717
import scala.util.matching.Regex
1818

1919
object ScalaJSVersions extends VersionChecks(
20-
current = "1.17.1-SNAPSHOT",
21-
binaryEmitted = "1.17"
20+
current = "1.18.0-SNAPSHOT",
21+
binaryEmitted = "1.18-SNAPSHOT"
2222
)
2323

2424
/** Helper class to allow for testing of logic. */

0 commit comments

Comments
 (0)