Skip to content

Commit c3c9bcd

Browse files
author
Patrick Zheng
committed
bump: release v1.3.0-rc.2
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
1 parent 24baed8 commit c3c9bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

signer/signer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
// signingAgent is the unprotected header field used by signature.
37-
const signingAgent = "notation-go/1.3.0-rc.1"
37+
const signingAgent = "notation-go/1.3.0-rc.2"
3838

3939
// GenericSigner implements notation.Signer and embeds signature.Signer
4040
type GenericSigner struct {

0 commit comments

Comments
 (0)