Skip to content

Commit 0b967de

Browse files
committed
Bump version to v0.5.2
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
1 parent 9bac4d5 commit 0b967de

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
@@ -106,14 +106,14 @@ NOTE: These steps work only for Linux. Compile and run in a container
106106

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

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

111111
```console
112112
# Export the sha256sum for verification.
113113
$ export IMG_SHA256="c7db856ef0472df30115c3f76180a1c001d22406e22dbae60a648cc0afee15d3"
114114

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

VERSION.txt

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

0 commit comments

Comments
 (0)