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
1 changed files with 1 additions and 1 deletions

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() {