mirror of
https://github.com/containers/skopeo.git
synced 2025-06-03 12:09:46 +00:00
* vendor github.com/containers/image@v3.0.0 * enforce blocking of registries * Fix lowest possible go version to be 1.9 * man pages: add --dest-oci-accept-uncompressed-layers * bash completion: add --dest-oci-accept-uncompressed-layers * README.md: skopeo on openSUSE * copy: add a CLI flag for OCIAcceptUncompressedLayers * migrate to go modules * README: Clarify use of `libbtrfs-dev` on Ubuntu Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
5 lines
82 B
Go
5 lines
82 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.1.38"
|