Skip to content

Commit 595c710

Browse files
committed
bump: release v1.1.2
Signed-off-by: Junjie Gao <[email protected]>
1 parent e6c7fef commit 595c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signer/signer.go

+1-1
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.1.2+unreleased"
37+
const signingAgent = "notation-go/1.1.2"
3838

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

0 commit comments

Comments
 (0)