Skip to content

Commit 8bd9c54

Browse files
committed
Bump to 1.21.0
- New support for creating "simple signing" signatures using Sequoia-PGP, dependent on a build tag that enables it - New option (skopeo copy --force-compression-format) - New option --user-agent-prefix - TLS options on the command line of (skopeo sync) take precedence over options in YAML Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent 7c934ac commit 8bd9c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is the version of the build.
4-
const Version = "1.21.0-dev"
4+
const Version = "1.21.0"

0 commit comments

Comments
 (0)