aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-09 15:25:31 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-10-09 15:25:31 +0200
commitb0c5654195743b3c14ee785ee30978b5b1f3a173 (patch)
tree7948cb05393a90d95b85cf40be134f70a048a607
parent76067c78fb6931487b7eeafea048a2359b1d7a21 (diff)
downloadlombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.tar.gz
lombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.tar.bz2
lombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.zip
[versioning] post-release version bump
-rw-r--r--src/core/lombok/core/Version.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java
index f0b00b61..a74d759c 100644
--- a/src/core/lombok/core/Version.java
+++ b/src/core/lombok/core/Version.java
@@ -30,7 +30,7 @@ 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.14";
+ private static final String VERSION = "1.18.15";
private static final String RELEASE_NAME = "Edgy Guinea Pig";
// private static final String RELEASE_NAME = "Envious Ferret";