mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-04-03 21:32:04 +02:00
Bump sop spec version
This commit is contained in:
parent
544ce4f3df
commit
6cca865bff
2 changed files with 2 additions and 2 deletions
pgpainless-sop
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||
|
||||
# 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://javadoc.io/doc/org.pgpainless/pgpainless-sop)
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import sop.operation.Version
|
|||
class VersionImpl : Version {
|
||||
|
||||
companion object {
|
||||
const val SOP_VERSION = 10
|
||||
const val SOP_VERSION = 11
|
||||
const val SOPV_VERSION = "1.0"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue