Skip to content

Commit 88f96d8

Browse files
committed
Bump version to v0.4.8
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
1 parent 616aa0c commit 88f96d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ NOTE: These steps work only for Linux. Compile and run in a container
9595

9696
#### Binaries
9797

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

100100
```console
101101
# Export the sha256sum for verification.
102102
$ export IMG_SHA256="dad4cec955803d3e8f42b9348c3ae25ee5fca73369364cd4419f77ec1e713040"
103103

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

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.4.7
1+
v0.4.8

0 commit comments

Comments
 (0)