From 69fe8e049c078c297367b275acfe2d1b4191028d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 21 Dec 2009 14:29:41 +0100 Subject: The latest on the master branch is from now on called 'EDGE' and not 'HEAD'. --- src/core/lombok/core/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/lombok/core/Version.java b/src/core/lombok/core/Version.java index 295dfae2..cb83a6a3 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-HEAD"; + private static final String VERSION = "0.9.3-EDGE"; private static final String RELEASE_NAME = "hailbunny"; private Version() { -- cgit