Bump SOP version in VersionImpl to 05

This commit is contained in:
Paul Schaub 2023-04-14 14:35:55 +02:00
parent e35287a666
commit b79e706d65
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 String SOP_VERSION = "04";
private static final String SOP_VERSION = "05";
@Override
public String getName() {