diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-15 22:11:13 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-01-15 22:11:13 +0100 |
commit | 6363cac07d849e9e4619a2419ac802171e3a525a (patch) | |
tree | 5d8bcd929c5a17c64eae8e20f7024c79c286e78c /src/core/lombok | |
parent | 68e7a11f500970aac1589193116b6f06791d8167 (diff) | |
download | lombok-6363cac07d849e9e4619a2419ac802171e3a525a.tar.gz lombok-6363cac07d849e9e4619a2419ac802171e3a525a.tar.bz2 lombok-6363cac07d849e9e4619a2419ac802171e3a525a.zip |
pre-release version bump
Diffstat (limited to 'src/core/lombok')
-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 bf2e199b..674baaf4 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -28,9 +28,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.12.3"; - private static final String RELEASE_NAME = "Edgy Guinea Pig"; -// private static final String RELEASE_NAME = "Angry Butterfly"; + private static final String VERSION = "1.12.4"; +// private static final String RELEASE_NAME = "Edgy Guinea Pig"; + private static final String RELEASE_NAME = "Angry Butterfly"; private Version() { //Prevent instantiation |