Skip to content

Commit 8451c88

Browse files
committed
pre-release version bump
1 parent e960f48 commit 8451c88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/changelog.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Lombok Changelog
22
----------------
33

4-
### v1.18.3 "Edgy Guinea Pig"
4+
### v1.18.4 (October 30th, 2018)
55
* PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831)
66
* PLATFORM: Angular IDE is now recognized by the installer [Issue #1830](https://github.com/rzwitserloot/lombok/issues/1830)
77
* PLATFORM: Many improvements for lombok's JDK10/11 support.

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.3";
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.4";
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)