Skip to content

Commit 0b425a4

Browse files
committed
Release 5.32.2
This adds the ability to accept sigstore signatures signed by any key from a set of several (huge thanks to @dcermak and @danishprakash for doing almost all the work), and Rekor log presence proofs signed by any key from a set of several keys. Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 2a87b21 commit 0b425a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 2
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = ""
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)