aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-04-02 01:31:16 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-04-02 01:31:16 +0200
commitc64aca47a6f7d277bfc0259b1c5ec6827aa60b4a (patch)
tree2470c5b3669806f223756bd7ef52a69ef1a4d0a0 /src/core
parentdda76a724b26f1a48ab16dab25cc2dcec477b6ed (diff)
downloadlombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.tar.gz
lombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.tar.bz2
lombok-c64aca47a6f7d277bfc0259b1c5ec6827aa60b4a.zip
[versioning] post-release version bump
Diffstat (limited to 'src/core')
-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 4685936f..eb8ed6e7 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.20";
-// private static final String RELEASE_NAME = "Edgy Guinea Pig";
- private static final String RELEASE_NAME = "Envious Ferret";
+ private static final String VERSION = "1.18.21";
+ private static final String RELEASE_NAME = "Edgy Guinea Pig";
+// private static final String RELEASE_NAME = "Envious Ferret";
// Named version history:
// Angry Butterfly