[jOOQ/jOOQ#11934] Constants.MINOR_VERSION was not updated in 3.14

This commit is contained in:
Lukas Eder 2021-06-01 08:44:49 +02:00
parent 11a7b05baf
commit 0a9f03a40f

View File

@ -48,7 +48,7 @@ public final class Constants {
/**
* The latest jOOQ minor version.
*/
public static final String MINOR_VERSION = "3.13";
public static final String MINOR_VERSION = "3.15";
/**
* The latest jOOQ version.