From 7c65e0fdff6a015b9773a0f6d6b5d8adf8cd9434 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 17 Jun 2009 20:59:15 +0200 Subject: Made the printing of Statements for @PrintAST slightly more useful (if a lot more verbose), and bumped the version number in honour of quite a bit of redesign these past few commits. --- src/lombok/core/Version.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lombok/core') diff --git a/src/lombok/core/Version.java b/src/lombok/core/Version.java index b2689847..115ec7eb 100644 --- a/src/lombok/core/Version.java +++ b/src/lombok/core/Version.java @@ -1,7 +1,7 @@ package lombok.core; public class Version { - private static final String VERSION = "0.2.0"; + private static final String VERSION = "0.3.0"; private Version() { //Prevent instantiation -- cgit