From 425b71d92a557bfc8a5e9b82e058f39cd1ebe714 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 29 Oct 2013 12:29:01 +0100 Subject: [PATCH] Release 3.3.0-SNAPSHOT --- jOOQ/src/main/java/org/jooq/Constants.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/Constants.java b/jOOQ/src/main/java/org/jooq/Constants.java index 5ab52bed7a..5895d059b2 100644 --- a/jOOQ/src/main/java/org/jooq/Constants.java +++ b/jOOQ/src/main/java/org/jooq/Constants.java @@ -50,7 +50,7 @@ public final class Constants { /** * The latest jOOQ minor version. */ - public static final String MINOR_VERSION = "3.2"; + public static final String MINOR_VERSION = "3.3"; /** * The latest jOOQ version. @@ -58,7 +58,7 @@ public final class Constants { * This is the same as {@link #MINOR_VERSION}, but it may include patch * version suffixes. */ - public static final String VERSION = "3.2.0"; + public static final String VERSION = "3.3.0"; /** * The latest jOOQ full version. @@ -66,7 +66,7 @@ public final class Constants { * This is the same as {@link #VERSION}, but it may include release * candidate and other suffixes. */ - public static final String FULL_VERSION = "3.2.0"; + public static final String FULL_VERSION = "3.3.0"; /** * The maximum degree of {@link Row} and {@link Record} subtypes