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