Skip to content

Commit

Permalink
Merge pull request #217 from runcom/bump
Browse files Browse the repository at this point in the history
Bump to 0.1.15 and then again to 0.1.16-dev
  • Loading branch information
runcom committed Sep 26, 2016
2 parents c813de9 + 64eb855 commit fa72d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ skopeo inspect docker://docker.io/fedora:rawhide | jq '.Digest'

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,
and local directories:

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the version of the build.
const Version = "0.1.14-dev"
const Version = "0.1.16-dev"

0 comments on commit fa72d05

Please sign in to comment.