Skip to content

Commit 2669daf

Browse files
committed
Bump version to v0.3.7
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
1 parent 4b1eece commit 2669daf

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
@@ -87,13 +87,13 @@ NOTE: These steps work only for Linux. Compile and run in a container (explained
8787

8888
#### Binaries
8989

90-
- **linux** [amd64](https://github.com/genuinetools/img/releases/download/v0.3.6/img-linux-amd64)
90+
- **linux** [amd64](https://github.com/genuinetools/img/releases/download/v0.3.7/img-linux-amd64)
9191

9292
```console
9393
# Install latest img binary
94-
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.6/img-linux-amd64 -o /usr/local/bin/img
94+
$ sudo curl -L https://github.com/genuinetools/img/releases/download/v0.3.7/img-linux-amd64 -o /usr/local/bin/img
9595
# Verify the sha256sum
96-
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.6/img-linux-amd64.sha256 | awk '{ print $1 }')
96+
$ export SHASUM=$(curl -L https://github.com/genuinetools/img/releases/download/v0.3.7/img-linux-amd64.sha256 | awk '{ print $1 }')
9797
$ if [ "$SHASUM" != "$(shasum -a 256 /usr/local/bin/img | awk '{ print $1 }')" ]; then echo "sha256sum mismatch!"; fi
9898
$ sudo chmod a+x /usr/local/bin/img
9999
$ echo "img installed!"

VERSION.txt

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

0 commit comments

Comments
 (0)