1
0
Fork 0
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:
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 {
// draft version
private static final int SOP_VERSION = 6;
private static final int SOP_VERSION = 7;
@Override
public String getName() {