diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-09 15:25:31 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-10-09 15:25:31 +0200 |
commit | b0c5654195743b3c14ee785ee30978b5b1f3a173 (patch) | |
tree | 7948cb05393a90d95b85cf40be134f70a048a607 | |
parent | 76067c78fb6931487b7eeafea048a2359b1d7a21 (diff) | |
download | lombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.tar.gz lombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.tar.bz2 lombok-b0c5654195743b3c14ee785ee30978b5b1f3a173.zip |
[versioning] post-release version bump
-rw-r--r-- | src/core/lombok/core/Version.java | 2 |
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"; |