Skip to content

Commit dfd8ff7

Browse files
committed
[release] post-release version bump for v1.18.40
1 parent 93cfef4 commit dfd8ff7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/changelog.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Lombok Changelog
22
----------------
33

4+
### v1.18.41 "Edgy Guinea Pig"
5+
* No changes since v1.18.40 yet.
6+
47
### v1.18.40 (September 4th, 2025)
58
* PLATFORM: JDK25 support added [#3859](https://github.com/projectlombok/lombok/issues/3859).
69
* BUGFIX: Recent versions of eclipse (or the eclipse-based java lang server for VSCode) caused `java.lang.IllegalArgumentException: Document does not match the AST`. [Issue #3886](https://github.com/projectlombok/lombok/issues/3886).

src/core/lombok/core/Version.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public class Version {
3030
// ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries).
3131
// Note: In 'X.Y.Z', if Z is odd, its a snapshot build built from the repository, so many different 0.10.3 versions can exist, for example.
3232
// Official builds always end in an even number. (Since 0.10.2).
33-
private static final String VERSION = "1.18.40";
34-
// private static final String RELEASE_NAME = "Edgy Guinea Pig";
35-
private static final String RELEASE_NAME = "Envious Ferret";
33+
private static final String VERSION = "1.18.41";
34+
private static final String RELEASE_NAME = "Edgy Guinea Pig";
35+
// private static final String RELEASE_NAME = "Envious Ferret";
3636

3737
// Named version history:
3838
// Angry Butterfly

0 commit comments

Comments
 (0)