diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-07-15 02:37:59 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2016-07-15 02:37:59 +0200 |
commit | 8f0950e8048de5be559c01944ad227ed50086dd2 (patch) | |
tree | d4a810ed433b15b9686833fd0e176ebf3ef4d93c /src | |
parent | c13e7b447a501a321a59e1006c10309c573f6276 (diff) | |
download | lombok-8f0950e8048de5be559c01944ad227ed50086dd2.tar.gz lombok-8f0950e8048de5be559c01944ad227ed50086dd2.tar.bz2 lombok-8f0950e8048de5be559c01944ad227ed50086dd2.zip |
pre-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 ed245c08..152af201 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.16.9"; - private static final String RELEASE_NAME = "Edgy Guinea Pig"; -// private static final String RELEASE_NAME = "Candid Duck"; + private static final String VERSION = "1.16.10"; +// private static final String RELEASE_NAME = "Edgy Guinea Pig"; + private static final String RELEASE_NAME = "Candid Duck"; private Version() { //Prevent instantiation |