aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-05-27 20:54:06 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-05-27 20:54:06 +0200
commit122481eebffddeb0d0bb33b6e6fd50ce1ce43df7 (patch)
tree9ad6f95653fab4667073eadfe363e54dd3fe3bdb /src
parent713822db9894cf99184aff57b3387f99846aa870 (diff)
downloadlombok-122481eebffddeb0d0bb33b6e6fd50ce1ce43df7.tar.gz
lombok-122481eebffddeb0d0bb33b6e6fd50ce1ce43df7.tar.bz2
lombok-122481eebffddeb0d0bb33b6e6fd50ce1ce43df7.zip
pre-release version bump
Diffstat (limited to 'src')
-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 2bd07d5a..fc18602e 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.7";
- private static final String RELEASE_NAME = "Edgy Guinea Pig";
-// private static final String RELEASE_NAME = "Angry Butterfly";
+ private static final String VERSION = "1.14.0";
+// private static final String RELEASE_NAME = "Edgy Guinea Pig";
+ private static final String RELEASE_NAME = "Branching Cobra";
private Version() {
//Prevent instantiation