From 6bb1e6107e14486f3565f159c96cfd4d14d08f6e Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Wed, 21 Dec 2022 09:55:28 +0100 Subject: [PATCH] Release v0.5.14 --- README.MD | 2 +- aemw | 2 +- init.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 3797f000..ffbe3fa5 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.13`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.14`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, ## Ansible Collection diff --git a/aemw b/aemw index b9b584b0..33c6911e 100755 --- a/aemw +++ b/aemw @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.13"} +VERSION=${AEMC_VERSION:-"0.5.14"} COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:-"setup"} AEM_DIR="aem" diff --git a/init.sh b/init.sh index a509022c..949c3642 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.13"} +VERSION=${AEMC_VERSION:-"0.5.14"} SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION} AEM_WRAPPER=aemw