1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-19 02:42:05 +01:00

Bump sop spec to 8

This commit is contained in:
Paul Schaub 2023-11-15 19:09:15 +01:00
parent 8203bd58c7
commit cf638da130
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -20,7 +20,7 @@ import javax.annotation.Nonnull;
public class VersionImpl implements Version {
// draft version
private static final int SOP_VERSION = 7;
private static final int SOP_VERSION = 8;
@Override
@Nonnull