Skip to content

Commit

Permalink
Bump version to v0.4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Jul 26, 2018
1 parent 616aa0c commit 88f96d8
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 @@ -95,14 +95,14 @@ NOTE: These steps work only for Linux. Compile and run in a container

#### Binaries

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

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

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.4.7/img-linux-amd64" -o "/usr/local/bin/img" \
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.4.8/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.4.7
v0.4.8

0 comments on commit 88f96d8

Please sign in to comment.