diff --git a/README.MD b/README.MD index 86a59ea3..1a2dfc97 100644 --- a/README.MD +++ b/README.MD @@ -69,7 +69,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.6.4`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.7.0`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, ## Ansible Collection diff --git a/project/init.sh b/project/init.sh index 0e3b4f46..50d523c9 100644 --- a/project/init.sh +++ b/project/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.6.4"} +VERSION=${AEMC_VERSION:-"0.7.0"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_WRAPPER="aemw"