Skip to content

Commit 172683b

Browse files
committed
Bump version to v0.5.0
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
1 parent d93fa37 commit 172683b

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.4.9 release page](https://github.com/genuinetools/img/releases/tag/v0.4.9).
109+
The below instructions mirror that of the [v0.5.0 release page](https://github.com/genuinetools/img/releases/tag/v0.5.0).
110110

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

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

0 commit comments

Comments
 (0)