diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-04 02:19:19 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-07-04 02:19:19 +0200 |
commit | 7516a51b378914060f2c302197e115829718167e (patch) | |
tree | 5f59eadd105ffd2f2a96eecd7c67e3b8d2211066 /src/core | |
parent | f4a409248752261d40011ba17c2e8ed673634b09 (diff) | |
download | lombok-7516a51b378914060f2c302197e115829718167e.tar.gz lombok-7516a51b378914060f2c302197e115829718167e.tar.bz2 lombok-7516a51b378914060f2c302197e115829718167e.zip |
pre-release version bump.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lombok/core/Version.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index 035f5e8a..2810eec3 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.16.17"; - private static final String RELEASE_NAME = "Edgy Guinea Pig"; -// private static final String RELEASE_NAME = "Dancing Elephant"; + private static final String VERSION = "1.16.18"; +// private static final String RELEASE_NAME = "Edgy Guinea Pig"; + private static final String RELEASE_NAME = "Dancing Elephant"; // Named version history: // Angry Butterfly |