release v0.1.38

* 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>
This commit is contained in:
Valentin Rothberg 2019-08-02 13:25:46 +02:00
parent bf8089c37b
commit 37f616ee4e

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "0.1.38-dev"
const Version = "0.1.38"