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

Bump SOP version in VersionImpl to 06

This commit is contained in:
Paul Schaub 2023-04-14 14:36:31 +02:00
parent 66d8166005
commit 446d121777
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 String SOP_VERSION = "05";
private static final String SOP_VERSION = "06";
@Override
public String getName() {