aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-06-13 20:41:57 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-06-13 20:41:57 +0200
commit249256224a8bb928eb9037f2c111854896f39014 (patch)
tree04cbfcfc43345967783df2a4685ab9c463b04463
parent58d9b8c242e33037a37aa9cbc7f4433542bddcc6 (diff)
downloadlombok-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.java6
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