mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
Bump sop spec version
This commit is contained in:
parent
544ce4f3df
commit
6cca865bff
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# PGPainless-SOP
|
# PGPainless-SOP
|
||||||
|
|
||||||
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
|
[](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/)
|
||||||
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
[](https://search.maven.org/artifact/org.pgpainless/pgpainless-sop)
|
||||||
[](https://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
[](https://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ import sop.operation.Version
|
||||||
class VersionImpl : Version {
|
class VersionImpl : Version {
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val SOP_VERSION = 10
|
const val SOP_VERSION = 11
|
||||||
const val SOPV_VERSION = "1.0"
|
const val SOPV_VERSION = "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue