mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Bump SOP version in VersionImpl to 06
This commit is contained in:
parent
66d8166005
commit
446d121777
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue