Skip to content

Commit

Permalink
Bump version to v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 5, 2018
1 parent b38a9eb commit a23fdc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ NOTE: These steps work only for Linux. Compile and run in a container

#### Binaries

- **linux** [amd64](https://github.com/genuinetools/img/releases/download/v0.4.2/img-linux-amd64)
- **linux** [amd64](https://github.com/genuinetools/img/releases/download/v0.4.3/img-linux-amd64)

```console
# Install latest img binary
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.4.2/img-linux-amd64 -o /usr/local/bin/img
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.4.3/img-linux-amd64 -o /usr/local/bin/img
# Verify the sha256sum
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.4.2/img-linux-amd64.sha256 | awk '{ print $1 }')
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.4.3/img-linux-amd64.sha256 | awk '{ print $1 }')
$ if [ "$SHASUM" != "$(shasum -a 256 /usr/local/bin/img | awk '{ print $1 }')" ]; then echo "sha256sum mismatch!"; fi
$ sudo chmod a+x /usr/local/bin/img
$ echo "img installed!"
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.2
v0.4.3

0 comments on commit a23fdc0

Please sign in to comment.