From 7a56145c446532f18b2719b9c9ee9bd41c6595fe Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Wed, 21 Dec 2022 10:17:57 +0100 Subject: [PATCH] Release v0.5.17 --- README.MD | 2 +- aemw | 2 +- init.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 8652a73a..425ed5c5 100644 --- a/README.MD +++ b/README.MD @@ -66,7 +66,7 @@ sh aemw version Ensure having installed [Go](https://go.dev/dl/) then run command: - latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`, -- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.16`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.17`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, ## Ansible Collection diff --git a/aemw b/aemw index 18c5e8a2..680004ab 100755 --- a/aemw +++ b/aemw @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.16"} +VERSION=${AEMC_VERSION:-"0.5.17"} COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:-"setup"} AEM_DIR="aem" diff --git a/init.sh b/init.sh index 378c7839..cb5772b3 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.16"} +VERSION=${AEMC_VERSION:-"0.5.17"} SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION} AEM_WRAPPER=aemw