diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-25 03:21:01 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-25 03:21:01 +0200 |
commit | ec24fe37ddc7b8230b45f62c11bb4a047e9824e8 (patch) | |
tree | a0c2d164cc3d8a30687a9dd8cf0f0493e90fcef9 /src | |
parent | 27a6e0432d36830e5ee09bcbeeb329706c36dc28 (diff) | |
download | lombok-ec24fe37ddc7b8230b45f62c11bb4a047e9824e8.tar.gz lombok-ec24fe37ddc7b8230b45f62c11bb4a047e9824e8.tar.bz2 lombok-ec24fe37ddc7b8230b45f62c11bb4a047e9824e8.zip |
post release version increase.
Diffstat (limited to 'src')
-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 f3223d14..e2c005d9 100644 --- a/src/core/lombok/core/Version.java +++ b/src/core/lombok/core/Version.java @@ -26,7 +26,7 @@ package lombok.core; */ public class Version { // ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries). - private static final String VERSION = "0.9.3"; + private static final String VERSION = "0.9.4-EDGE"; private static final String RELEASE_NAME = "burrowing whale"; private Version() { |