From b2330473a3196a5363e3baf3d506da8bd79041eb Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Fri, 10 Feb 2023 10:08:29 +0100 Subject: [PATCH] Release v0.17.1 --- README.MD | 2 +- project/common/aemw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 713a35bc..86a798d9 100644 --- a/README.MD +++ b/README.MD @@ -100,7 +100,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.17.0`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.17.1`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, Use installed version of the tool instead of the one defined in file *aem/api.sh* by running the following command: diff --git a/project/common/aemw b/project/common/aemw index 082411c1..90a930e0 100755 --- a/project/common/aemw +++ b/project/common/aemw @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEM_CLI_VERSION:-"0.17.0"} +VERSION=${AEM_CLI_VERSION:-"0.17.1"} # Define API # ==========