diff --git a/README.md b/README.md index 9822d6aa..0f6908b6 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ $ sudo make install ``` You can also grab a binary, built for _linux x86_64_, from the releases page, or: ```sh -$ export RELEASE=0.0.1 +$ export RELEASE=0.0.2 $ wget https://github.com/runcom/skopeo/releases/download/v$RELEASE/skopeo $ chmod +x skopeo $ sudo mv skopeo /usr/local/bin/skopeo diff --git a/main.go b/main.go index fdc20fc1..67e485f8 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) const ( - version = "0.0.1" + version = "0.0.2" usage = "inspect images on a registry" )