aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok
diff options
context:
space:
mode:
authorcnuessgens <christian@nuessgens.com>2017-12-26 21:48:15 +0100
committercnuessgens <christian@nuessgens.com>2018-01-07 19:34:02 +0100
commitf8a6ba556ca21eb83bda6117d25b860398505714 (patch)
tree61983a1defb875ef497c492e3e0cbbde395a8109 /src/core/lombok
parent251870cf65ad1de01e7d304cef68689ff4606960 (diff)
downloadlombok-f8a6ba556ca21eb83bda6117d25b860398505714.tar.gz
lombok-f8a6ba556ca21eb83bda6117d25b860398505714.tar.bz2
lombok-f8a6ba556ca21eb83bda6117d25b860398505714.zip
Revert "Revert "Initial test""
This reverts commit c489b49c3684e0d8cc52c5180207375d1313dbc5.
Diffstat (limited to 'src/core/lombok')
-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 18c78b04..e776774b 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.16.19";
+ private static final String VERSION = "1.16.19-issue-879";
private static final String RELEASE_NAME = "Edgy Guinea Pig";
// private static final String RELEASE_NAME = "Dancing Elephant";