Skip to content

Commit ecf6116

Browse files
committed
Release 3.16.1
1 parent 6898043 commit ecf6116

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Mindcode can generate code for several Mindustry versions and different types of
2727
* **v8 Build 149 Beta**: use `#set target = 8.0m;` to select it.
2828
* **v8 Build 155 Beta** or later: use `#set target = 8m;` (or `8.1m`) to select it.
2929

30-
At this moment, target `8` (or `8.1`) is also fully compatible with the latest Mindustry version (BE build 26776).
30+
At this moment, target `8` (or `8.1`) is also fully compatible with the latest Mindustry version (157 Beta / BE build 26951).
3131

3232
[Here](/doc/syntax/MINDUSTRY-8.markdown#new-functionality-in-mindustry-8) is a summary of the new Logic content and corresponding Mindcode functionality in Mindustry 8.
3333

@@ -94,7 +94,7 @@ The [Mlog Assertions mod](https://github.com/cardillan/MlogAssertions), availabl
9494

9595
To learn more about Mindustry Logic, you can find more information about it here:
9696

97-
* Yruei's [Mlog Documentation](https://yrueii.github.io/MlogDocs/) (last updated February 2026)
97+
* Yruei's [Mlog Documentation](https://yrueii.github.io/MlogDocs/) (last updated April 2026)
9898

9999
You can also get help on these Discord servers:
100100

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<properties>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<spring.version>6.2.0</spring.version>
27-
<revision>3.16.0</revision>
27+
<revision>3.16.1</revision>
2828
</properties>
2929

3030
<dependencies>

0 commit comments

Comments
 (0)