diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-02-07 00:09:47 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-02-07 00:09:47 +0100 |
commit | cf4e59662a8aac42beee50d2fc28487b7aaf9ea6 (patch) | |
tree | 21dbe8eb5b052ebf56b88c98c88bdb19243293d7 /src | |
parent | 4ca9ccfc529c6287c88a3039c62adf5894048748 (diff) | |
download | lombok-cf4e59662a8aac42beee50d2fc28487b7aaf9ea6.tar.gz lombok-cf4e59662a8aac42beee50d2fc28487b7aaf9ea6.tar.bz2 lombok-cf4e59662a8aac42beee50d2fc28487b7aaf9ea6.zip |
post-release version bump
Diffstat (limited to 'src')
-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 e7f8121f..2962a8e0 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.12"; -// private static final String RELEASE_NAME = "Edgy Guinea Pig"; - private static final String RELEASE_NAME = "Envious Ferret"; + private static final String VERSION = "1.18.13"; + private static final String RELEASE_NAME = "Edgy Guinea Pig"; +// private static final String RELEASE_NAME = "Envious Ferret"; // Named version history: // Angry Butterfly |