Skip to content

Commit

Permalink
Bump version to v0.3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed May 24, 2018
1 parent bf09d70 commit 1b9be7c
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 @@ -66,13 +66,13 @@ NOTE: These steps work only for Linux. Compile and run in a container (explained

#### Binaries

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

```console
# Install latest img binary
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.4/img-linux-amd64 -o /usr/local/bin/img
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.5/img-linux-amd64 -o /usr/local/bin/img
# Verify the sha256sum
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.4/img-linux-amd64.sha256)
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.5/img-linux-amd64.sha256)
$ if [ "$SHASUM" != "$(shasum -a 256 /usr/local/bin/img | awk '{ print $1 }')" ]; then echo "sha256sum mismatch!"; exit 1; 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.3.4
v0.3.5

0 comments on commit 1b9be7c

Please sign in to comment.