Skip to content

Commit 2a84e22

Browse files
authored
Rebootstrap on 0.12.6 (#4441)
1 parent 892b824 commit 2a84e22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.config/mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.5-173-15dded-native
1+
0.12.6-native

build.mill

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ object Settings {
3737
)
3838
val docTags: Seq[String] = Seq(
3939
"0.11.13",
40-
"0.12.5"
40+
"0.12.6"
4141
)
4242
val mimaBaseVersions: Seq[String] =
4343
0.to(13).map("0.11." + _) ++
44-
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5")
44+
Seq("0.12.0", "0.12.1", "0.12.2", "0.12.3", "0.12.4", "0.12.5", "0.12.6")
4545

4646
val graalvmJvmId = "graalvm-community:23.0.1"
4747
}

0 commit comments

Comments
 (0)