From 671aaaa647a51cfd35f911e620fdd82d875403f5 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 25 Sep 2018 10:35:26 -0400 Subject: [PATCH] Bump version to v0.5.1 Signed-off-by: Jess Frazelle --- README.md | 4 ++-- VERSION.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bcfb6a62..6a6ba7fa0 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,14 @@ NOTE: These steps work only for Linux. Compile and run in a container For installation instructions from binaries please visit the [Releases Page](https://github.com/genuinetools/img/releases). -The below instructions mirror that of the [v0.5.0 release page](https://github.com/genuinetools/img/releases/tag/v0.5.0). +The below instructions mirror that of the [v0.5.1 release page](https://github.com/genuinetools/img/releases/tag/v0.5.1). ```console # Export the sha256sum for verification. $ export IMG_SHA256="c7db856ef0472df30115c3f76180a1c001d22406e22dbae60a648cc0afee15d3" # Download and check the sha256sum. -$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.0/img-linux-amd64" -o "/usr/local/bin/img" \ +$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.1/img-linux-amd64" -o "/usr/local/bin/img" \ && echo "${IMG_SHA256} /usr/local/bin/img" | sha256sum -c - \ && chmod a+x "/usr/local/bin/img" diff --git a/VERSION.txt b/VERSION.txt index b043aa648..992ac75e2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.5.0 +v0.5.1