Skip to content

Commit 1b9be7c

Browse files
committed
Bump version to v0.3.5
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
1 parent bf09d70 commit 1b9be7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ NOTE: These steps work only for Linux. Compile and run in a container (explained
6666

6767
#### Binaries
6868

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

7171
```console
7272
# Install latest img binary
73-
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.4/img-linux-amd64 -o /usr/local/bin/img
73+
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.5/img-linux-amd64 -o /usr/local/bin/img
7474
# Verify the sha256sum
75-
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.4/img-linux-amd64.sha256)
75+
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.5/img-linux-amd64.sha256)
7676
$ if [ "$SHASUM" != "$(shasum -a 256 /usr/local/bin/img | awk '{ print $1 }')" ]; then echo "sha256sum mismatch!"; exit 1; fi
7777
$ sudo chmod a+x /usr/local/bin/img
7878
$ echo "img installed!"

VERSION.txt

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

0 commit comments

Comments
 (0)