mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Bump SOP_VERSION to 7
This commit is contained in:
parent
9c216e1ff4
commit
744c679e0c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import sop.operation.Version;
|
|||
public class VersionImpl implements Version {
|
||||
|
||||
// draft version
|
||||
private static final int SOP_VERSION = 6;
|
||||
private static final int SOP_VERSION = 7;
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Reference in a new issue