diff options
author | cnuessgens <christian@nuessgens.com> | 2017-12-26 21:47:54 +0100 |
---|---|---|
committer | cnuessgens <christian@nuessgens.com> | 2018-01-07 19:34:02 +0100 |
commit | 251870cf65ad1de01e7d304cef68689ff4606960 (patch) | |
tree | 61329dfedcf4b3dbfa3d6e087b227974afd08076 /src/core | |
parent | f2cdfd1f8a445f881627606c6c7dcd98c9eedfb5 (diff) | |
download | lombok-251870cf65ad1de01e7d304cef68689ff4606960.tar.gz lombok-251870cf65ad1de01e7d304cef68689ff4606960.tar.bz2 lombok-251870cf65ad1de01e7d304cef68689ff4606960.zip |
Revert "Initial test"
This reverts commit 43d91281d0a298df72b38c43d87769c3a33e950b.
Diffstat (limited to 'src/core')
-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 e776774b..18c78b04 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-issue-879"; + private static final String VERSION = "1.16.19"; private static final String RELEASE_NAME = "Edgy Guinea Pig"; // private static final String RELEASE_NAME = "Dancing Elephant"; |