Merge pull request #217 from runcom/bump

Bump to 0.1.15 and then again to 0.1.16-dev
This commit is contained in:
Antonio Murdaca 2016-09-26 18:21:02 +02:00 committed by GitHub
commit fa72d057db
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ $ skopeo inspect docker://docker.io/fedora:rawhide | jq '.Digest'
Copying images Copying images
- -
`skopeo` can copy container images between various storage mechansism, `skopeo` can copy container images between various storage mechanisms,
e.g. Docker registries (including the Docker Hub), the Atomic Registry, e.g. Docker registries (including the Docker Hub), the Atomic Registry,
and local directories: and local directories:

View File

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