We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540cc34 commit facf8d2Copy full SHA for facf8d2
signer/signer.go
@@ -34,7 +34,7 @@ import (
34
)
35
36
// signingAgent is the unprotected header field used by signature.
37
-const signingAgent = "notation-go/1.3.0"
+const signingAgent = "notation-go/1.3.1"
38
39
// GenericSigner implements notation.Signer and embeds signature.Signer
40
type GenericSigner struct {
0 commit comments