mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Bump SOP version
This commit is contained in:
parent
d64e749f22
commit
749a623d88
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import sop.operation.Version;
|
|||
public class VersionImpl implements Version {
|
||||
|
||||
// draft version
|
||||
private static final String SOP_VERSION = "03";
|
||||
private static final String SOP_VERSION = "04";
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
|
|
Loading…
Reference in a new issue