From 66dfbd48b4f9f5847342878e7b32e344f4d408e6 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Tue, 20 Dec 2022 22:43:06 +0100 Subject: [PATCH] Release prepare --- README.MD | 2 +- aemw | 2 +- init.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index a30f6162..bb1a68dd 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.11`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.5.12`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, ## Ansible Collection diff --git a/aemw b/aemw index 613c216e..acb6b214 100755 --- a/aemw +++ b/aemw @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.11"} +VERSION=${AEMC_VERSION:-"0.5.12"} COMMAND_DEFAULT=${AEMC_COMMAND_DEFAULT:-"setup"} AEM_DIR="aem" diff --git a/init.sh b/init.sh index 22cf5930..bf10f60b 100644 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.5.11"} +VERSION=${AEMC_VERSION:-"0.5.12"} SOURCE_URL=https://raw.githubusercontent.com/wttech/aemc/v${VERSION} AEM_WRAPPER=aemw