We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c7fef commit 595c710Copy full SHA for 595c710
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.1.2+unreleased"
+const signingAgent = "notation-go/1.1.2"
38
39
// genericSigner implements notation.Signer and embeds signature.Signer
40
type genericSigner struct {
0 commit comments