Skip to content

Commit

Permalink
Bump version to v0.4.9
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Sep 5, 2018
1 parent 6114c4b commit 0060d88
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.8 release page](https://github.com/genuinetools/img/releases/tag/v0.4.8).
The below instructions mirror that of the [v0.4.9 release page](https://github.com/genuinetools/img/releases/tag/v0.4.9).

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

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

0 comments on commit 0060d88

Please sign in to comment.