1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 00:24:51 +02:00

Bump SOP_VERSION to 7

This commit is contained in:
Paul Schaub 2023-07-12 01:37:19 +02:00
parent 9c216e1ff4
commit 744c679e0c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -18,7 +18,7 @@ import sop.operation.Version;
public class VersionImpl implements Version { public class VersionImpl implements Version {
// draft version // draft version
private static final int SOP_VERSION = 6; private static final int SOP_VERSION = 7;
@Override @Override
public String getName() { public String getName() {