diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:27:59 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-12-19 23:27:59 +0100 |
commit | 2d0d4e75f0e6f86516000b8a0503446a44771bb7 (patch) | |
tree | ebb1c13eb9715776052ecc5b0c6c5087b0c7c9e2 /src/core | |
parent | 102752a87b3fba82bbc67d997af619ef028af68c (diff) | |
download | lombok-2d0d4e75f0e6f86516000b8a0503446a44771bb7.tar.gz lombok-2d0d4e75f0e6f86516000b8a0503446a44771bb7.tar.bz2 lombok-2d0d4e75f0e6f86516000b8a0503446a44771bb7.zip |
bumping version number pending official release of 0.10.6
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 17b34f6b..1a218adb 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -28,7 +28,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 = "0.10.5"; + private static final String VERSION = "0.10.6"; private static final String RELEASE_NAME = "Burning Emu"; private Version() { |