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:
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 {
|
||||
|
||||
// draft version
|
||||
private static final int SOP_VERSION = 7;
|
||||
private static final int SOP_VERSION = 8;
|
||||
|
||||
@Override
|
||||
@Nonnull
|
||||
|
|
Loading…
Reference in a new issue