diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-13 20:41:57 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-06-13 20:41:57 +0200 |
commit | 249256224a8bb928eb9037f2c111854896f39014 (patch) | |
tree | 04cbfcfc43345967783df2a4685ab9c463b04463 | |
parent | 58d9b8c242e33037a37aa9cbc7f4433542bddcc6 (diff) | |
download | lombok-249256224a8bb928eb9037f2c111854896f39014.tar.gz lombok-249256224a8bb928eb9037f2c111854896f39014.tar.bz2 lombok-249256224a8bb928eb9037f2c111854896f39014.zip |
forgot to update Version.java in the post-release version bump.
-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 b9fb56ba..70af48e0 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.0"; -// private static final String RELEASE_NAME = "Edgy Guinea Pig"; - private static final String RELEASE_NAME = "Envious Ferret"; + 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"; // Named version history: // Angry Butterfly |