diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-15 23:24:04 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-15 23:24:04 +0200 |
commit | 737dc6e4333c09a0848d2f5b0d621a27a8039a70 (patch) | |
tree | c24ddd4a4753d32c8628dbef40a9f08e285a75af | |
parent | 065616aea18010d76a8c907f6940234d8c2ef108 (diff) | |
download | lombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.tar.gz lombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.tar.bz2 lombok-737dc6e4333c09a0848d2f5b0d621a27a8039a70.zip |
[versioning] pre-release version bump
-rw-r--r-- | doc/changelog.markdown | 2 | ||||
-rw-r--r-- | src/core/lombok/core/Version.java | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 0a0f0782..1474994c 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -4,7 +4,7 @@ Lombok Changelog ### v1.18.17 "Edgy Guinea Pig" * NO CHANGES YET -### v1.18.16(October 15th, 2020) +### v1.18.16 (October 15th, 2020) * BUGFIX: Version 1.18.14 could not be installed in Eclipse, it would break Eclipse. * BREAKING CHANGE: mapstruct users should now add a dependency to lombok-mapstruct-binding. This solves compiling modules with lombok (and mapstruct). * IMPROBABLE BREAKING CHANGE: The generated hashcode has changed for classes that include both primitive fields and reference fields. diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index a74d759c..e9578bb6 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -30,9 +30,9 @@ public class Version { // ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries). // 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. // Official builds always end in an even number. (Since 0.10.2). - private static final String VERSION = "1.18.15"; - private static final String RELEASE_NAME = "Edgy Guinea Pig"; -// private static final String RELEASE_NAME = "Envious Ferret"; + private static final String VERSION = "1.18.16"; +// private static final String RELEASE_NAME = "Edgy Guinea Pig"; + private static final String RELEASE_NAME = "Envious Ferret"; // Named version history: // Angry Butterfly |