Skip to content

Commit da30ee7

Browse files
authored
chore: Updates version to 350 and fixes signing agent in example (#65)
chore: Updates version to 350 and fixes signing agent in example Signed-off-by: Pritesh Bandi <[email protected]>
1 parent cf46c1d commit da30ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sign/sign.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (n *NotationSigner) Sign(ctx context.Context, keyId, reference string, user
6262
opts := notation.SignOptions{
6363
SignerSignOptions: notation.SignerSignOptions{
6464
SignatureMediaType: jws.MediaTypeEnvelope,
65-
SigningAgent: "zop-zap",
65+
SigningAgent: "aws-signer-notation-go-example/1.0.0",
6666
},
6767
ArtifactReference: reference,
6868
UserMetadata: userMetadata,

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Package version provides utility methods for AWS Signer's plugin version.
1515
package version
1616

17-
var version = "1.0.300"
17+
var version = "1.0.350"
1818

1919
// GetVersion returns the plugin version in Semantic Versioning 2.0.0 format.
2020
func GetVersion() string {

0 commit comments

Comments
 (0)