From a9ea3eda3e698530ad399c2800cb0703c33e8dd3 Mon Sep 17 00:00:00 2001 From: Andrew Mak Date: Wed, 10 Jun 2020 15:29:40 -0400 Subject: [PATCH] appsody 0.6.4 (#110) Signed-off-by: Andrew Mak --- bin/README.md | 2 +- bin/pull.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/README.md b/bin/README.md index 3d7b7db..7ed3784 100755 --- a/bin/README.md +++ b/bin/README.md @@ -2,4 +2,4 @@ This Codewind Appsody extension includes the following releases of the Appsody executables: -- Appsody: [0.6.2](https://github.com/appsody/appsody/releases/tag/0.6.2) +- Appsody: [0.6.4](https://github.com/appsody/appsody/releases/tag/0.6.4) diff --git a/bin/pull.sh b/bin/pull.sh index 4896639..50b3098 100755 --- a/bin/pull.sh +++ b/bin/pull.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -default_appsody_version=0.6.2 +default_appsody_version=0.6.4 appsody_version=${APPSODY_VERSION}