diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-07-26 00:00:24 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-07-26 00:00:24 +0200 |
commit | dc715da8b79bff32116ac477d0ac04875bd21167 (patch) | |
tree | 33f282013b7325e4cdde9cc5961103fe7a5fd2da /src | |
parent | 7e94041dbc177476020969b00d3411020418f903 (diff) | |
download | lombok-dc715da8b79bff32116ac477d0ac04875bd21167.tar.gz lombok-dc715da8b79bff32116ac477d0ac04875bd21167.tar.bz2 lombok-dc715da8b79bff32116ac477d0ac04875bd21167.zip |
pre-release version bump
Diffstat (limited to 'src')
-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 70af48e0..7b19d00e 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.1"; - private static final String RELEASE_NAME = "Edgy Guinea Pig"; -// private static final String RELEASE_NAME = "Envious Ferret"; + private static final String VERSION = "1.18.2"; +// private static final String RELEASE_NAME = "Edgy Guinea Pig"; + private static final String RELEASE_NAME = "Envious Ferret"; // Named version history: // Angry Butterfly |