mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 19:08:00 +01:00
Bump sop spec to 8
This commit is contained in:
parent
8203bd58c7
commit
cf638da130
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import javax.annotation.Nonnull;
|
||||||
public class VersionImpl implements Version {
|
public class VersionImpl implements Version {
|
||||||
|
|
||||||
// draft version
|
// draft version
|
||||||
private static final int SOP_VERSION = 7;
|
private static final int SOP_VERSION = 8;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@Nonnull
|
@Nonnull
|
||||||
|
|
Loading…
Reference in a new issue