Skip to content

Commit

Permalink
updated for v1.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Aug 15, 2024
1 parent a7ba8fd commit 1b66429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

// signingAgent is the unprotected header field used by signature.
const signingAgent = "Notation/1.0.0"
const signingAgent = "Notation/1.2.0"

// GenericSigner implements notation.Signer and embeds signature.Signer
type GenericSigner struct {
Expand Down

0 comments on commit 1b66429

Please sign in to comment.