From def5d05438d0fd29b578a89d2c7a0f4b160e7fd9 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 8 Oct 2009 00:00:47 +0200 Subject: As we just integrated the lombokpatcher branch, which is a pretty massive change, we've upped the next version number to 0.9.0 --- src/lombok/core/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lombok/core/Version.java') diff --git a/src/lombok/core/Version.java b/src/lombok/core/Version.java index 6965c440..c92a8608 100644 --- a/src/lombok/core/Version.java +++ b/src/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.8.6-HEAD"; + private static final String VERSION = "0.9.0-HEAD"; private Version() { //Prevent instantiation -- cgit