Release 3.3.0-SNAPSHOT
This commit is contained in:
parent
0636238b1e
commit
425b71d92a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user