Bump sop spec to 8

This commit is contained in:
Paul Schaub 2023-11-15 19:09:15 +01:00
parent 8203bd58c7
commit cf638da130
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import javax.annotation.Nonnull;
public class VersionImpl implements Version {
// draft version
private static final int SOP_VERSION = 7;
private static final int SOP_VERSION = 8;
@Override
@Nonnull