mirror of
https://github.com/containers/skopeo.git
synced 2026-07-08 12:04:59 +00:00
Bump Skopeo to v1.23.0 to go out with Podman 6.0. It appears that I negelcted to bump to 1.23.0-dev after 1.22.0 was release as I should have. Signed-off-by: Tom Sweeney <tsweeney@redhat.com>
5 lines
82 B
Go
5 lines
82 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "1.23.0"
|