diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-15 23:42:03 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-15 23:42:03 +0200 |
commit | bfb9435daafe3de9ccc58f377a3f4cdabb872f71 (patch) | |
tree | 6ead1dd348a5291cadee53e15a90d3988aa46a83 | |
parent | 737dc6e4333c09a0848d2f5b0d621a27a8039a70 (diff) | |
download | lombok-bfb9435daafe3de9ccc58f377a3f4cdabb872f71.tar.gz lombok-bfb9435daafe3de9ccc58f377a3f4cdabb872f71.tar.bz2 lombok-bfb9435daafe3de9ccc58f377a3f4cdabb872f71.zip |
[versioning] 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 e9578bb6..225e02f2 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.16"; -// private static final String RELEASE_NAME = "Edgy Guinea Pig"; - private static final String RELEASE_NAME = "Envious Ferret"; + private static final String VERSION = "1.18.17"; + private static final String RELEASE_NAME = "Edgy Guinea Pig"; +// private static final String RELEASE_NAME = "Envious Ferret"; // Named version history: // Angry Butterfly |