Skip to content

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Oct 30, 2018
1 parent 9bac4d5 commit 0b967de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ NOTE: These steps work only for Linux. Compile and run in a container

For installation instructions from binaries please visit the [Releases Page](https://github.com/genuinetools/img/releases).

The below instructions mirror that of the [v0.5.1 release page](https://github.com/genuinetools/img/releases/tag/v0.5.1).
The below instructions mirror that of the [v0.5.2 release page](https://github.com/genuinetools/img/releases/tag/v0.5.2).

```console
# Export the sha256sum for verification.
$ export IMG_SHA256="c7db856ef0472df30115c3f76180a1c001d22406e22dbae60a648cc0afee15d3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.1/img-linux-amd64" -o "/usr/local/bin/img" \
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.2/img-linux-amd64" -o "/usr/local/bin/img" \
&& echo "${IMG_SHA256} /usr/local/bin/img" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/img"

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.1
v0.5.2

0 comments on commit 0b967de

Please sign in to comment.